diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-09-21 18:23:46 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-09-21 18:23:46 +0000 |
commit | 32bbb99d0a67d87c0128c110463a9bed1f8729e4 (patch) | |
tree | 223c1e0f71c3c1ea9286458421121c76918c4a8b /libavcodec/raw.c | |
parent | 3ae3b721237b6a4e195b077a45efb5e777ea1175 (diff) | |
download | ffmpeg-32bbb99d0a67d87c0128c110463a9bed1f8729e4.tar.gz |
HDYC fourcc, sample hdyc/Test2.avi
Originally committed as revision 10541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/raw.c')
-rw-r--r-- | libavcodec/raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/raw.c b/libavcodec/raw.c index 5f0a1bbe90..d0cf50d9e8 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -41,6 +41,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = { { PIX_FMT_YUYV422, MKTAG('Y', 'U', 'Y', '2') }, /* Packed formats */ { PIX_FMT_YUYV422, MKTAG('Y', '4', '2', '2') }, { PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') }, + { PIX_FMT_UYVY422, MKTAG('H', 'D', 'Y', 'C') }, { PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') }, { PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) }, { PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) }, |