Commit c908b2f6 authored by michael's avatar michael

Identify codec in GMCMidiaASX.mov correctly.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2333c427
...@@ -166,6 +166,8 @@ const AVCodecTag codec_movaudio_tags[] = { ...@@ -166,6 +166,8 @@ const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') }, { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
{ CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') }, { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
{ CODEC_ID_WMAV2, MKTAG('W', 'M', 'A', '2') },
{ CODEC_ID_NONE, 0 }, { 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