summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-10-13 18:15:57 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-10-13 18:15:57 +0000
commitd8b35b8586714bbd9930e677bcb1ed3738415553 (patch)
tree231c894c09bd8784d8c3ad02bd403878af9aa2a0 /libavformat/riff.c
parent7537726f4747d86ab02fa54d7f87390be6ebf778 (diff)
Add decoder for "forward uncompressed".
Fixes issue 1467. Originally committed as revision 20226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 68ee9100b7..c5506d9b8b 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -146,6 +146,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ 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') },