[FFmpeg-devel] [PATCH] fix the SAMPLE_FMT_NONE case in ffmdec.c

Ronald S. Bultje rsbultje
Mon Mar 15 21:15:10 CET 2010


Hi,

see attached. right now, SAMPLE_FMT_NONE results in the invalid value 65535.

Another (possibly better) fix is to change the value to 32-bit (as is
done with pix_fmt - that's why PIX_FMT_NONE is transmitted just fine,
but SAMPLE_FMT_NONE is not), but that would change the actual format.

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-ffm-no_sample_fmt.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100315/8340de8b/attachment.bin>



More information about the ffmpeg-devel mailing list