# HG changeset patch # User michael # Date 1169577443 0 # Node ID 650d81b4b199e91e065a787e87828448b81be53a # Parent 1a8d1f66c8673137674c562c96d681a7faf97208 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 ... diff -r 1a8d1f66c867 -r 650d81b4b199 avidec.c --- 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;