]> git.sesse.net Git - ffmpeg/commitdiff
WavPack support in Matroska
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 6 Nov 2006 06:07:41 +0000 (06:07 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 6 Nov 2006 06:07:41 +0000 (06:07 +0000)
Originally committed as revision 6909 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/matroska.c

index 30c616a4088abdcd80c7f9348b9ba5871c05ac3c..a0993f2ff04749865d066d54c159f00aa2718cac 100644 (file)
@@ -221,6 +221,7 @@ static CodecTags codec_tags[]={
     {"A_VORBIS"         , CODEC_ID_VORBIS},
     {"A_AAC/MPEG2/"     , CODEC_ID_AAC},
     {"A_AAC/MPEG4/"     , CODEC_ID_AAC},
+    {"A_WAVPACK4"       , CODEC_ID_WAVPACK},
     {NULL               , CODEC_ID_NONE}
 /* TODO: AC3-9/10 (?), Real, Musepack, Quicktime */
 };