[Ffmpeg-cvslog] r8494 - trunk/libavformat/isom.c

bcoudurier subversion
Sat Mar 24 16:11:47 CET 2007


Author: bcoudurier
Date: Sat Mar 24 16:11:47 2007
New Revision: 8494

Modified:
   trunk/libavformat/isom.c

Log:
prefer MP3 id as mentioned in avcodec.h line 210

Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c	(original)
+++ trunk/libavformat/isom.c	Sat Mar 24 16:11:47 2007
@@ -41,7 +41,7 @@ const AVCodecTag ff_mov_obj_type[] = {
     { CODEC_ID_AAC       , 104 }, /* MPEG2 AAC SSR */
     { CODEC_ID_MP3       , 105 }, /* 13818-3 */
     { CODEC_ID_MPEG1VIDEO, 106 }, /* 11172-2 */
-    { CODEC_ID_MP2       , 107 }, /* 11172-3 */
+    { CODEC_ID_MP3       , 107 }, /* 11172-3 */
     { CODEC_ID_MJPEG     , 108 }, /* 10918-1 */
     { CODEC_ID_PCM_S16LE , 224 },
     { CODEC_ID_VORBIS    , 221 },




More information about the ffmpeg-cvslog mailing list