diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-04-15 11:50:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-04-15 11:50:37 +0000 |
commit | 0c73985444b09195a267b4ece5c6af9c77745c04 (patch) | |
tree | 6f84567f92e0bde4d30b3aafda73682e67c07efa /libavformat | |
parent | d2bf42bef96121cb1a45877e24a1069afee5ea3f (diff) | |
download | ffmpeg-0c73985444b09195a267b4ece5c6af9c77745c04.tar.gz |
Identify codec in GMCMidiaASX.mov correctly.
Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 288049b779..e6668b9b0a 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -166,6 +166,8 @@ const AVCodecTag codec_movaudio_tags[] = { { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') }, { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') }, + { CODEC_ID_WMAV2, MKTAG('W', 'M', 'A', '2') }, + { CODEC_ID_NONE, 0 }, }; |