diff options
author | Ben Littler <tempn@twmi.rr.com> | 2009-01-20 16:19:13 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2009-01-20 16:19:13 +0000 |
commit | 5823e4b8f6a92011938e96cd8753959aecc3d139 (patch) | |
tree | 00542579e6b02f512e604bfccb47d17582cb64a5 /libavformat | |
parent | 507ff760afa91f77e82110fc6193808c5e0973bc (diff) | |
download | ffmpeg-5823e4b8f6a92011938e96cd8753959aecc3d139.tar.gz |
another mpeg4 fourcc
Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 b75cc687ad..b9969f7e20 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -71,6 +71,7 @@ const AVCodecTag codec_bmp_tags[] = { { CODEC_ID_MPEG4, MKTAG('D', 'M', 'K', '2') }, { CODEC_ID_MPEG4, MKTAG('D', 'I', 'G', 'I') }, { CODEC_ID_MPEG4, MKTAG('I', 'N', 'M', 'C') }, + { CODEC_ID_MPEG4, MKTAG('E', 'P', 'H', 'V') }, /* Ephv MPEG-4 */ { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */ { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') }, { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') }, |