changeset 1721:650d81b4b199 libavformat

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 ...
author michael
date Tue, 23 Jan 2007 18:37:23 +0000
parents 1a8d1f66c867
children cb0dc6abf4d1
files avidec.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/avidec.c	Tue Jan 23 17:34:26 2007 +0000
+++ b/avidec.c	Tue Jan 23 18:37:23 2007 +0000
@@ -654,10 +654,6 @@
         if(!ast->remaining){
             avi->stream_index= -1;
             ast->packet_size= 0;
-            if (size & 1) {
-                get_byte(pb);
-                size++;
-            }
         }
 
         return size;