summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-09-01 15:50:12 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-09-01 15:50:12 +0000
commit23cdcb22a3ab0d7aa84b0fea3e23538c9532a5c4 (patch)
tree125bc9cf40bf6a2e7502315e1b3fa333b7e7c6cf /libavformat/matroska.c
parent75198e7a6d478b43f1c685c08e7494e1a773da73 (diff)
matroska: add E-AC-3 support
Thanks again Justin ! Originally committed as revision 15146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 8862d7c585..0b657e1004 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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},