projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd19e2
)
add uldx fourcc to mpeg4 in riff.c
author
Ben Littler
<tempn@twmi.rr.com>
Mon, 18 Jan 2010 03:57:01 +0000
(
03:57
+0000)
committer
Ben Littler
<tempn@twmi.rr.com>
Mon, 18 Jan 2010 03:57:01 +0000
(
03:57
+0000)
Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
6a9dea6
..
c596308
100644
(file)
--- a/
libavformat/riff.c
+++ b/
libavformat/riff.c
@@
-78,6
+78,7
@@
const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_MPEG4, MKTAG('M', '4', 'C', 'C') }, /* Divio MPEG-4 */
{ CODEC_ID_MPEG4, MKTAG('S', 'N', '4', '0') },
{ CODEC_ID_MPEG4, MKTAG('V', 'S', 'P', 'X') },
+ { CODEC_ID_MPEG4, MKTAG('U', 'L', 'D', 'X') },
{ 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') },