summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-07-15 12:49:27 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-15 14:49:32 +0200
commit198c4ea200f0d9e3058938688acb47036991f2c8 (patch)
tree4aea240bcc0cd261bc73ee7879f8dbcea759abed /libavformat/riff.c
parent209f92d94a49cad7eb8266d53dd2e63ee0a55168 (diff)
riff: add dvis/pdvc FourCCs
samples: http://www.datafilehost.com/download-4b49270d.html Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 2eeb16a15c..70038f348e 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -120,6 +120,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') },
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') },
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') },
+ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'i', 's') },
+ { CODEC_ID_DVVIDEO, MKTAG('p', 'd', 'v', 'c') },
{ CODEC_ID_DVVIDEO, MKTAG('S', 'L', '2', '5') },
{ CODEC_ID_DVVIDEO, MKTAG('S', 'L', 'D', 'V') },
{ CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },