[FFmpeg-devel] [PATCH] IFF: Add grayscale support to decoder
Sebastian Vater
cdgs.basty
Thu May 13 16:40:15 CEST 2010
So here is an updated version of grayscale support which fixes:
1. Removal of unneeded parenthesis.
2. Changed 'if (count > 0)' to 'if (count)'.
3. Changed '? (extradata_size == 0) : GRAY8 ? PAL8' to '? extradata_size
: PAL8 ? GRAY8.
--
Best regards,
:-) Basty/CDGS (-:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iff-decoder-grayscale-support.patch
Type: text/x-patch
Size: 2102 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100513/a4989be1/attachment.bin>
More information about the ffmpeg-devel
mailing list