summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorChristophe Lorenz <christophelorenz@gmail.com>2008-02-04 12:18:00 +0000
committerDiego Biurrun <diego@biurrun.de>2008-02-04 12:18:00 +0000
commit23ef05756e617a4a96ce899423abaa197a58707a (patch)
tree4202a15651749c2de02939281ffc871ed5a0fa6d /libavformat/riff.c
parent9908c1a8bf19c5bc40a49114cc42dc2fa7efe455 (diff)
Add dv50 tag to support samples with dv50 fourcc in AVI.
patch by christophelorenz christophelorenz gmail com Originally committed as revision 11859 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 50101c5557..7e87e19a2c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -87,6 +87,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') },
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'l') },
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') },
+ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },
{ CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') },