Commit 144d9058 authored by michaelni's avatar michaelni

fixing playback of DaveMatthews_Crash_PocketPC.avi


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1335 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d8d7ba6
......@@ -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);
......
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