[FFmpeg-cvslog] Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.
Carl Eugen Hoyos
git at videolan.org
Sat Oct 22 02:24:16 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Oct 22 02:23:56 2011 +0200| [415f3ceac138dc0b20bd016d06b3cd8209cfa706] | committer: Carl Eugen Hoyos
Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=415f3ceac138dc0b20bd016d06b3cd8209cfa706
---
libavformat/isom.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 1060c89..81a89fa 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -256,7 +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_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */
{ 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