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:
authorCompn <tempn@twmi.rr.com>2013-11-19 23:24:25 +0400
committerCompn <tempn@twmi.rr.com>2013-11-19 23:24:25 +0400
commitef7f7516426ebf4fdb28420925f52ada61457598 (patch)
treee6c86fe4ab19fbeb8930bcbb1cd9cc538e525cb2
parent066dbfe1655b484281fda10a4433cbd82765217d (diff)
riff: add DYM4 mpeg4 fourcc
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0ec8056651..52640d1241 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -90,6 +90,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_MPEG4, MKTAG('H', 'D', 'X', '4') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'M', '4', 'V') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'M', 'K', '2') },
+ { AV_CODEC_ID_MPEG4, MKTAG('D', 'Y', 'M', '4') },
{ AV_CODEC_ID_MPEG4, MKTAG('D', 'I', 'G', 'I') },
{ AV_CODEC_ID_MPEG4, MKTAG('I', 'N', 'M', 'C') },
/* Ephv MPEG-4 */