aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-01 01:23:39 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-01 01:23:39 +0200
commit1c5480651efa7cb2dbec9309e1c6938f9c85fd53 (patch)
treed2074c235c5a92505494da2036d90edaf0f383df /libavformat/riff.c
parentb36bd27fbeaadcf265c0851643833f6847af02a0 (diff)
downloadffmpeg-1c5480651efa7cb2dbec9309e1c6938f9c85fd53.tar.gz
Support FourCC DreX as MPEG4 ASP.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 37c292e0cd..636d05c636 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -87,6 +87,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_MPEG4, MKTAG('G', 'E', 'O', 'V') },
{ CODEC_ID_MPEG4, MKTAG('S', 'I', 'P', 'P') }, /* Samsung SHR-6040 */
{ CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'X') },
+ { CODEC_ID_MPEG4, MKTAG('D', 'r', 'e', 'X') },
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
{ CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') },
{ CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') },