[Ffmpeg-devel] [PATCH] Quicktime raw support

Benoit Fouet benoit.fouet
Thu Mar 1 14:23:16 CET 2007


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 ?

Ben





More information about the ffmpeg-devel mailing list