From 96d9cb220b3705cfb9e82befaedb72b6accc1240 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 11 Dec 2002 08:56:28 +0000 Subject: fixing playback of DaveMatthews_Crash_PocketPC.avi Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 60e0f5989b..4607dc12fe 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -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); -- cgit v1.2.3