[Ffmpeg-devel] Incorrect constant in libavutil/intfloat_readwrite.c

Foxy Shadis foxyshadis
Mon Jul 31 07:02:15 CEST 2006


While reimporting lavc into ffdshow I came across this. It uses 0xFFLLU, 
which is a gcc extension, the C99 standard is 0xFFULL, so I attached a 
patch. (I realize gcc is the only supported compiler, but I thought you'd 
like it anyway.)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lavc-intfloat-longlongu.diff
Type: application/octet-stream
Size: 472 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060730/674ca5e7/attachment.obj>



More information about the ffmpeg-devel mailing list