projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75198e7
)
matroska: add E-AC-3 support
author
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 1 Sep 2008 15:50:12 +0000
(15:50 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 1 Sep 2008 15:50:12 +0000
(15:50 +0000)
Thanks again Justin !
Originally committed as revision 15146 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroska.c
patch
|
blob
|
history
diff --git
a/libavformat/matroska.c
b/libavformat/matroska.c
index
8862d7c
..
0b657e1
100644
(file)
--- 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},