]> git.sesse.net Git - ffmpeg/commitdiff
use MKTAG
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 25 Mar 2007 15:09:02 +0000 (15:09 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 25 Mar 2007 15:09:02 +0000 (15:09 +0000)
Originally committed as revision 8513 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/isom.c

index c1a690ef2bc4a535bb30864ed3b256d61b16b2c3..3f02de04d7297a06e31afc8e52432511c1fb1ec4 100644 (file)
@@ -150,7 +150,7 @@ const AVCodecTag codec_movaudio_tags[] = {
 
     { CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') }, /* MPEG layer 3 */ /* sample files at http://www.3ivx.com/showcase.html use this tag */
     { CODEC_ID_MP2, 0x6D730055 }, /* MPEG layer 3 */
-    { CODEC_ID_MP2, 0x5500736D }, /* MPEG layer 3 *//* XXX: check endianness */
+    { CODEC_ID_MP2, 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 */