changeset 5340:d720f2e99f86 libavformat

map VYUY fourcc to rawcodec fixes http://samples.mplayerhq.hu/V-codecs/ATI-VCR12/ATI/y422test.avi
author compn
date Mon, 02 Nov 2009 00:10:10 +0000
parents 942ca859a587
children 09ae9d168949
files riff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Sun Nov 01 15:08:49 2009 +0000
+++ b/riff.c	Mon Nov 02 00:10:10 2009 +0000
@@ -151,6 +151,7 @@
     { CODEC_ID_RAWVIDEO,     MKTAG('P', '4', '2', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', 'V', '1', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('U', 'Y', 'V', 'Y') },
+    { CODEC_ID_RAWVIDEO,     MKTAG('V', 'Y', 'U', 'Y') },
     { CODEC_ID_RAWVIDEO,     MKTAG('I', 'Y', 'U', 'V') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', '8', '0', '0') },
     { CODEC_ID_RAWVIDEO,     MKTAG('H', 'D', 'Y', 'C') },