Commit 21ca1601 authored by aurel's avatar aurel

matroska: add E-AC-3 support

Thanks again Justin !


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15146 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3e94ae87
......@@ -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