Commit a5165ebc authored by michael's avatar michael

remove padding to 16bit code, i dont think this change can break anything and...

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7670 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3b2c232b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment