From 3f509ba1222e2a08249ad626bd8e4f8ad9007e63 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 6 Nov 2006 06:07:41 +0000 Subject: WavPack support in Matroska Originally committed as revision 6909 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 30c616a408..a0993f2ff0 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 */ }; -- cgit v1.2.3