[Ffmpeg-cvslog] r6909 - trunk/libavformat/matroska.c
kostya
subversion
Mon Nov 6 07:07:42 CET 2006
Author: kostya
Date: Mon Nov 6 07:07:41 2006
New Revision: 6909
Modified:
trunk/libavformat/matroska.c
Log:
WavPack support in Matroska
Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c (original)
+++ trunk/libavformat/matroska.c Mon Nov 6 07:07:41 2006
@@ -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-cvslog
mailing list