[FFmpeg-devel] [PATCH] Fix parse_utils:av_parse_color() web colors parsing

Stefano Sabatini stefano.sabatini-lala
Tue Dec 8 20:42:27 CET 2009


Hi,

not sure this was trivial enough to be committed without patch,
without the patch 0xff000000 is not correctly interpreted, as an int is
not enough to contain the value 0xff000000, since the first bit is
used for the sign and the value for red results "127".

Patch fixes it.

Regards.
-- 
FFmpeg = Furious Fiendish Mortal Pitiless EnGraver
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-web-color-parsing.patch
Type: text/x-diff
Size: 847 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20091208/a4b9a58a/attachment.patch>



More information about the ffmpeg-devel mailing list