diff options
author | Ben Littler <tempn@twmi.rr.com> | 2010-01-18 03:57:01 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2010-01-18 03:57:01 +0000 |
commit | 5bc3fc2187e6186cfeb3cac193ab99b3045e9f58 (patch) | |
tree | de3772b64b594f7ff08997977cc2378b2b008850 /libavformat | |
parent | bdd19e29dfb21ff09a23c07ad48bd12c5ef92ca8 (diff) | |
download | ffmpeg-5bc3fc2187e6186cfeb3cac193ab99b3045e9f58.tar.gz |
add uldx fourcc to mpeg4 in riff.c
Originally committed as revision 21279 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 6a9dea64e2..c596308594 100644 --- 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') }, |