[Ffmpeg-cvslog] r8516 - trunk/libavformat/mov.c

bcoudurier subversion
Sun Mar 25 17:15:35 CEST 2007


Author: bcoudurier
Date: Sun Mar 25 17:15:35 2007
New Revision: 8516

Modified:
   trunk/libavformat/mov.c

Log:
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Sun Mar 25 17:15:35 2007
@@ -926,6 +926,7 @@ static int mov_read_stsd(MOVContext *c, 
         st->codec->channels= 1; /* really needed */
         break;
     case CODEC_ID_MP2:
+    case CODEC_ID_MP3:
         st->codec->codec_type = CODEC_TYPE_AUDIO; /* force type after stsd for m1a hdlr */
         st->need_parsing = 1;
         break;




More information about the ffmpeg-cvslog mailing list