[FFmpeg-cvslog] mov: support eac3 audio
Hendrik Leppkes
git at videolan.org
Fri Oct 21 23:30:11 CEST 2011
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Tue May 3 17:22:13 2011 +0200| [1a7090bfafe986d4470ba8059c815939171ddb74] | committer: Michael Niedermayer
mov: support eac3 audio
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a7090bfafe986d4470ba8059c815939171ddb74
---
libavformat/isom.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 782b139..1060c89 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -256,6 +256,7 @@ const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_AC3, MKTAG('s', 'a', 'c', '3') }, /* Nero Recode */
{ CODEC_ID_DTS, MKTAG('d', 't', 's', 'c') }, /* mp4ra.org */
{ CODEC_ID_DTS, MKTAG('D', 'T', 'S', ' ') }, /* non-standard */
+ { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* E-AC3 */
{ CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */
{ CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */
More information about the ffmpeg-cvslog
mailing list