fixing playback of DaveMatthews_Crash_PocketPC.avi
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 11 Dec 2002 08:56:28 +0000 (08:56 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 11 Dec 2002 08:56:28 +0000 (08:56 +0000)
Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h263dec.c

index 60e0f59..4607dc1 100644 (file)
@@ -250,7 +250,7 @@ static int decode_slice(MpegEncContext *s){
        &&   (s->workaround_bugs&FF_BUG_AUTODETECT) 
        &&    s->gb.size*8 - get_bits_count(&s->gb) >=0
        &&    s->gb.size*8 - get_bits_count(&s->gb) < 48
-       &&   !s->resync_marker
+//       &&   !s->resync_marker
        &&   !s->data_partitioning){
         
         const int bits_count= get_bits_count(&s->gb);