Commit a26ea3de authored by kostya's avatar kostya

WavPack support in Matroska

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6909 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a7df414e
......@@ -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 */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment