From 71b0654cc6693a8c925966cfb88ec62c1052609f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 26 May 2009 03:51:00 +0000 Subject: Support YVU9 AVI 4cc. Fixes issue1068. Originally committed as revision 18952 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/raw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/raw.c') diff --git a/libavcodec/raw.c b/libavcodec/raw.c index c79c0125f7..c0cc56dd80 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -32,6 +32,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = { { PIX_FMT_YUV420P, MKTAG('I', 'Y', 'U', 'V') }, { PIX_FMT_YUV420P, MKTAG('Y', 'V', '1', '2') }, { PIX_FMT_YUV410P, MKTAG('Y', 'U', 'V', '9') }, + { PIX_FMT_YUV410P, MKTAG('Y', 'V', 'U', '9') }, { PIX_FMT_YUV411P, MKTAG('Y', '4', '1', 'B') }, { PIX_FMT_YUV422P, MKTAG('Y', '4', '2', 'B') }, { PIX_FMT_GRAY8, MKTAG('Y', '8', '0', '0') }, -- cgit v1.2.3