[SCM] libav/experimental: WavPack support in Matroska

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:53:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 3f509ba1222e2a08249ad626bd8e4f8ad9007e63
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Mon Nov 6 06:07:41 2006 +0000

    WavPack support in Matroska
    
    Originally committed as revision 6909 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 30c616a..a0993f2 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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 */
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list