git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bf42b
)
Identify codec in GMCMidiaASX.mov correctly.
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 15 Apr 2008 11:50:37 +0000
(11:50 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 15 Apr 2008 11:50:37 +0000
(11:50 +0000)
Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/isom.c
patch
|
blob
|
history
diff --git
a/libavformat/isom.c
b/libavformat/isom.c
index
288049b
..
e6668b9
100644
(file)
--- 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 },
};