projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507ff76
)
another mpeg4 fourcc
author
Ben Littler
<tempn@twmi.rr.com>
Tue, 20 Jan 2009 16:19:13 +0000
(16:19 +0000)
committer
Ben Littler
<tempn@twmi.rr.com>
Tue, 20 Jan 2009 16:19:13 +0000
(16:19 +0000)
Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
b75cc68
..
b9969f7
100644
(file)
--- 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') },