[vlc-devel] [PATCH 2 of 6] avcodec: add HDYC to known ffmpeg chroma table
Jean-Baptiste Kempf
jb at videolan.org
Fri Oct 10 22:36:05 CEST 2008
On Fri, Oct 10, 2008 at 10:24:19PM +0200, Edouard Gomez wrote :
> # HG changeset patch
> # User Edouard Gomez <ed.gomez at free.fr>
> # Date 1223648709 -7200
> # Node ID 7d010b899293774e3fd0ba63a5a29038cbacd0c6
> # Parent ecd69aeb057e1909f51ce1d71773152f5b681e0c
> avcodec: add HDYC to known ffmpeg chroma table
Seems OK, thedj?
>
> diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
> --- a/modules/codec/avcodec/chroma.h
> +++ b/modules/codec/avcodec/chroma.h
> @@ -76,6 +76,7 @@
> {VLC_FOURCC('Y','U','Y','2'), PIX_FMT_YUYV422, 0, 0, 0 },
> {VLC_FOURCC('Y','U','Y','V'), PIX_FMT_YUYV422, 0, 0, 0 },
> {VLC_FOURCC('U','Y','V','Y'), PIX_FMT_UYVY422, 0, 0, 0 },
> + {VLC_FOURCC('H','D','Y','C'), PIX_FMT_UYVY422, 0, 0, 0 },
> {VLC_FOURCC('Y','4','1','1'), PIX_FMT_UYYVYY411, 0, 0, 0 },
>
> /* Packed RGB formats */
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
--
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list