diff options
author | Compn <tempn@twmi.rr.com> | 2013-11-19 14:24:25 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:23 +0200 |
commit | 684e43c5e3fd6c838ee654e257f703f379935701 (patch) | |
tree | 665261ece4672d10336556c09b71d50de3e48175 /libavformat | |
parent | 32b0942c99d4ea9242b23c0781571a0837779689 (diff) | |
download | ffmpeg-684e43c5e3fd6c838ee654e257f703f379935701.tar.gz |
riff: add DYM4 mpeg4 fourcc
Diffstat (limited to 'libavformat')
-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 03a894ee00..83fa4be130 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -88,6 +88,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 */ |