diff options
author | David Conrad <lessen42@gmail.com> | 2009-06-12 05:26:40 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2009-06-12 05:26:40 +0000 |
commit | 34edd9948dbb1675c3251fd2b9fb145ec0070f4a (patch) | |
tree | bba788c6c2cde6ab066fff6a160c8bdbb8a0a069 /libavformat/isom.c | |
parent | 14ed2d998339e6355b95d710aad53e5e777b2cd4 (diff) | |
download | ffmpeg-34edd9948dbb1675c3251fd2b9fb145ec0070f4a.tar.gz |
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4
Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index b38d303022..b706c45194 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -200,6 +200,7 @@ const AVCodecTag codec_movaudio_tags[] = { { CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') }, /* MPEG-4 AAC */ { CODEC_ID_AC3, MKTAG('a', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */ + { CODEC_ID_AC3, MKTAG('s', 'a', 'c', '3') }, /* Nero Recode */ { CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */ { CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */ |