Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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') },