[Ffmpeg-cvslog] r7670 - trunk/libavformat/avidec.c

michael subversion
Tue Jan 23 19:37:23 CET 2007


Author: michael
Date: Tue Jan 23 19:37:23 2007
New Revision: 7670

Modified:
   trunk/libavformat/avidec.c

Log:
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ...


Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c	(original)
+++ trunk/libavformat/avidec.c	Tue Jan 23 19:37:23 2007
@@ -654,10 +654,6 @@
         if(!ast->remaining){
             avi->stream_index= -1;
             ast->packet_size= 0;
-            if (size & 1) {
-                get_byte(pb);
-                size++;
-            }
         }
 
         return size;




More information about the ffmpeg-cvslog mailing list