[FFmpeg-devel] [PATCH] gif parser

Måns Rullgård mans
Sat May 30 20:49:00 CEST 2009


Michael Niedermayer <michaelni at gmx.at> writes:

> On Wed, May 27, 2009 at 03:41:54PM +0200, Peter Holik wrote:
>> +#define GIF87A_SIG 0x474946383761
>> +#define GIF89A_SIG 0x474946383961
>
> they need ULL postfixes

Incorrect.  Integer literals automatically have some type capable of
representing them.  The suffixes are only needed to force a wider type
than would otherwise be chosen.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list