diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-04-25 15:19:59 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-30 03:49:32 +0200 |
commit | 9ea5756dae0f0c5d967eb5643d6f88610e2ef9d9 (patch) | |
tree | 373bf7aff6c69f925e03c4df464233348b5e05c9 /libavformat | |
parent | 7588b33ad4b33a52ed293c1e36ece496ba842291 (diff) | |
download | ffmpeg-9ea5756dae0f0c5d967eb5643d6f88610e2ef9d9.tar.gz |
isom: Clarify comment for 'ec-3' fourcc
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-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 ba2cce74b8..77b72461b7 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -252,7 +252,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = { { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F (only valid in ISOBMFF) */ { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') }, { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') }, - { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */ + { CODEC_ID_EAC3, MKTAG('e', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F (only valid in ISOBMFF) */ { CODEC_ID_GSM, MKTAG('a', 'g', 's', 'm') }, { CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') }, { CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') }, |