[FFmpeg-cvslog] r26305 - trunk/libavformat/electronicarts.c

pross subversion
Mon Jan 10 23:25:45 CET 2011


Author: pross
Date: Mon Jan 10 23:25:45 2011
New Revision: 26305

Log:
revert r26302

Modified:
   trunk/libavformat/electronicarts.c

Modified: trunk/libavformat/electronicarts.c
==============================================================================
--- trunk/libavformat/electronicarts.c	Mon Jan 10 23:09:52 2011	(r26304)
+++ trunk/libavformat/electronicarts.c	Mon Jan 10 23:25:45 2011	(r26305)
@@ -113,8 +113,6 @@ static int process_audio_header_elements
         int inSubheader;
         uint8_t byte;
         byte = get_byte(pb);
-        if (!byte)
-            break;
 
         switch (byte) {
         case 0xFD:



More information about the ffmpeg-cvslog mailing list