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 ...

Originally committed as revision 7670 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-01-23 18:37:23 +00:00
parent a44b3c4da8
commit 79a5b35c05
1 changed files with 0 additions and 4 deletions

View File

@ -654,10 +654,6 @@ resync:
if(!ast->remaining){ if(!ast->remaining){
avi->stream_index= -1; avi->stream_index= -1;
ast->packet_size= 0; ast->packet_size= 0;
if (size & 1) {
get_byte(pb);
size++;
}
} }
return size; return size;