[Ffmpeg-devel] tiff encoder (qualification task for GSoC)
Justin Ruggles
justinruggles
Mon Mar 26 00:17:10 CEST 2007
Michael Niedermayer wrote:
> On Sat, Mar 24, 2007 at 04:29:16PM +0100, Bartlomiej Wolowiec wrote:
>>+ case TIFF_LONGLONG:
>>+ bytestream_put_le32(p, *((uint32_t *) val));
>>+ val += 4;
>>+ bytestream_put_le32(p, *((uint32_t *) val));
>>+ val += 4;
>
>
> this is wrong
Well, the concept is correct. There really is no TIFF_LONGLONG data
type in the C syntax sense...it should really be called TIFF_RATIONAL.
-Justin
More information about the ffmpeg-devel
mailing list