changeset 5282:03907bb786c0 libavformat

Add decoder for "forward uncompressed". Fixes issue 1467.
author reimar
date Tue, 13 Oct 2009 18:15:57 +0000
parents be8827a65b7e
children 63c52dca959b
files riff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Tue Oct 13 08:08:10 2009 +0000
+++ b/riff.c	Tue Oct 13 18:15:57 2009 +0000
@@ -146,6 +146,7 @@
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', '8', '0', '0') },
     { CODEC_ID_RAWVIDEO,     MKTAG('H', 'D', 'Y', 'C') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', 'V', 'U', '9') },
+    { CODEC_ID_FRWU,         MKTAG('F', 'R', 'W', 'U') },
     { CODEC_ID_V210,         MKTAG('v', '2', '1', '0') },
     { CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '1') },
     { CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '2') },