diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-10-22 02:23:56 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-10-22 02:23:56 +0200 |
commit | 415f3ceac138dc0b20bd016d06b3cd8209cfa706 (patch) | |
tree | fc3bbfd606fd70a11c8afe961edf5a4cd38f84af /libavformat/isom.c | |
parent | 8646d610ff123f01811760abf279c63a2f2d49b1 (diff) | |
download | ffmpeg-415f3ceac138dc0b20bd016d06b3cd8209cfa706.tar.gz |
Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 1060c89cab..81a89fa405 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 */ |