diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-05 04:30:08 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-05 04:30:08 +0000 |
commit | c20a305bca0be9388563d394b37e6a7cfa691c36 (patch) | |
tree | 565fd9e96bc853ff3f921517eda11f0067679c2c /libavformat/riff.c | |
parent | c239a65b708d1d70bd3ce9b237342d6c612fe528 (diff) | |
download | ffmpeg-c20a305bca0be9388563d394b37e6a7cfa691c36.tar.gz |
dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034
Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index d63f359935..a55ebf158f 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -101,6 +101,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_DVVIDEO, MKTAG('c', 'd', 'v', 'c') }, /* Canopus DV */ { CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', 'H') }, /* Canopus DV */ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, + { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') }, |