Commit 23cdcb22 authored by Aurelien Jacobs's avatar Aurelien Jacobs

matroska: add E-AC-3 support

Thanks again Justin !

Originally committed as revision 15146 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 75198e7a
......@@ -51,7 +51,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F32LE},
{"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F64LE},
{"A_AC3" , CODEC_ID_AC3},
// {"A_EAC3" , CODEC_ID_EAC3},
{"A_EAC3" , CODEC_ID_EAC3},
{"A_DTS" , CODEC_ID_DTS},
{"A_VORBIS" , CODEC_ID_VORBIS},
{"A_AAC" , CODEC_ID_AAC},
......
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