From: Baptiste Coudurier Date: Fri, 21 Mar 2008 11:02:13 +0000 (+0000) Subject: remove ms audio tags from table, they will be chosen or detected with riff table X-Git-Tag: v0.5~5405 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=19d02551d765e7ba5814fc8e5d8469ba61d6e1ee;p=coroid%2Flibav_saccubus.git remove ms audio tags from table, they will be chosen or detected with riff table Originally committed as revision 12533 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/isom.c b/libavformat/isom.c index f6e81cdcf..ffa8f02b8 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -144,14 +144,12 @@ const AVCodecTag codec_movaudio_tags[] = { { CODEC_ID_PCM_ALAW, MKTAG('a', 'l', 'a', 'w') }, /* */ { CODEC_ID_ADPCM_IMA_QT, MKTAG('i', 'm', 'a', '4') }, /* IMA-4 ADPCM */ - { CODEC_ID_ADPCM_MS, MKTAG('m', 's', 0x00, 0x02) }, /* MS ADPCM */ { CODEC_ID_MACE3, MKTAG('M', 'A', 'C', '3') }, /* Macintosh Audio Compression and Expansion 3:1 */ { CODEC_ID_MACE6, MKTAG('M', 'A', 'C', '6') }, /* Macintosh Audio Compression and Expansion 6:1 */ { CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') }, /* MPEG layer 3 */ /* sample files at http://www.3ivx.com/showcase.html use this tag */ { CODEC_ID_MP3, 0x6D730055 }, /* MPEG layer 3 */ - { CODEC_ID_MP3, MKTAG('m', 's', 0x00, 0x55) }, /* MPEG layer 3 *//* XXX: check endianness */ /* { CODEC_ID_OGG_VORBIS, MKTAG('O', 'g', 'g', 'S') }, *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */ @@ -160,8 +158,6 @@ const AVCodecTag codec_movaudio_tags[] = { { CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */ { CODEC_ID_AMR_WB, MKTAG('s', 'a', 'w', 'b') }, /* AMR-WB 3gp */ - { CODEC_ID_AC3, MKTAG('m', 's', 0x20, 0x00) }, /* Dolby AC-3 */ - { CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */ { CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */