[Ffmpeg-devel] [PATCH] Quicktime raw support
Benoit Fouet
benoit.fouet
Thu Mar 1 14:42:42 CET 2007
Benoit Fouet wrote:
> Hi,
>
> Baptiste Coudurier wrote:
>
>> Index: libavcodec/raw.c
>> ===================================================================
>> --- libavcodec/raw.c (revision 8164)
>> +++ libavcodec/raw.c (working copy)
>> @@ -63,9 +63,27 @@
>> { -1, 0 },
>> };
>>
>> -static int findPixelFormat(unsigned int fourcc)
>> +static const PixelFormatTag pixelFormatBpsAVI[] = {
>> + { PIX_FMT_PAL8, 8 },
>> + { PIX_FMT_RGB555, 15 },
>> + { PIX_FMT_RGB555, 16 },
>>
>>
> isn't this one 565 instead of 555 ?
>
sorry, i hadn't read the link in the code... forget my question :)
Ben
More information about the ffmpeg-devel
mailing list