mirror of https://git.ffmpeg.org/ffmpeg.git
Identify codec in GMCMidiaASX.mov correctly.
Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d2bf42bef9
commit
0c73985444
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue