changeset 1451:48cfca624912 libavformat

WavPack support in Matroska
author kostya
date Mon, 06 Nov 2006 06:07:41 +0000
parents 1580c48ba4b9
children 5ac6f973ba2f
files matroska.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/matroska.c	Sun Nov 05 16:31:52 2006 +0000
+++ b/matroska.c	Mon Nov 06 06:07:41 2006 +0000
@@ -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 */
 };