]> git.sesse.net Git - ffmpeg/commitdiff
remove padding to 16bit code, i dont think this change can break anything and it...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Jan 2007 18:37:23 +0000 (18:37 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Jan 2007 18:37:23 +0000 (18:37 +0000)
Originally committed as revision 7670 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avidec.c

index 276689dd5c1e0e203123191cd573c59ba3e27bf4..273c20b449a70d5d1e650dacd5f545d1546c9cb2 100644 (file)
@@ -654,10 +654,6 @@ resync:
         if(!ast->remaining){
             avi->stream_index= -1;
             ast->packet_size= 0;
-            if (size & 1) {
-                get_byte(pb);
-                size++;
-            }
         }
 
         return size;