Commit 0c739854 authored by Michael Niedermayer's avatar Michael Niedermayer

Identify codec in GMCMidiaASX.mov correctly.

Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d2bf42be
......@@ -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 },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment