From 0c73985444b09195a267b4ece5c6af9c77745c04 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Tue, 15 Apr 2008 11:50:37 +0000
Subject: [PATCH] Identify codec in GMCMidiaASX.mov correctly.

Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/isom.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 288049b779f..e6668b9b0a1 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 },
 };
 
-- 
GitLab