[Ffmpeg-devel] [RFC] WavPack support in Matroska

Kostya kostya.shishkov
Sun Nov 5 09:38:07 CET 2006


Looks like this patch is enough to have WavPack support
in Matroska demuxer. At least it works for me with files
created by mkvtoolnix 1.4 from .wv

Please test and confirm.
-------------- next part --------------
Index: libavformat/matroska.c
===================================================================
--- libavformat/matroska.c	(revision 6830)
+++ libavformat/matroska.c	(working copy)
@@ -221,6 +221,7 @@
     {"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 */
 };



More information about the ffmpeg-devel mailing list