[FFmpeg-devel] [PATCH] mxfdec: make it work with other calling conventions

Reimar Döffinger Reimar.Doeffinger
Tue Jun 29 20:51:02 CEST 2010


On Tue, Jun 29, 2010 at 08:30:01PM +0200, Reimar D?ffinger wrote:
> Hello,
> currently mxfdec assumes that it can unpunished pass more arguments to functions
> than they were declared with.
> This is not true in general, in particular not for stdcall.
> While I am not aware of any FFmpeg platform using it, IMHO this code is still
> wrong.
> Attached is a patch that fixes it, and I think it is not particularly bad.
> It also fixes the last remaining warnings ("function declaration is not a prototype")
> in that file.

Now actually working (had a break instead of a continue there in one place)...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mxfdec.diff
Type: text/x-diff
Size: 5460 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100629/3a5d1611/attachment.diff>



More information about the ffmpeg-devel mailing list