Browse Source

Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.

tags/n0.9
Carl Eugen Hoyos 14 years ago
parent
commit
415f3ceac1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/isom.c

+ 1
- 1
libavformat/isom.c View File

@@ -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 */


Loading…
Cancel
Save