[vlc-devel] [PATCH 2 of 6] avcodec: add HDYC to known ffmpeg chroma table

Edouard Gomez ed.gomez at free.fr
Fri Oct 10 22:24:19 CEST 2008


# 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

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 */



More information about the vlc-devel mailing list