Skip to content
Snippets Groups Projects
Commit 96d9cb22 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

fixing playback of DaveMatthews_Crash_PocketPC.avi

Originally committed as revision 1335 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0bdd297f
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ static int decode_slice(MpegEncContext *s){ ...@@ -250,7 +250,7 @@ static int decode_slice(MpegEncContext *s){
&& (s->workaround_bugs&FF_BUG_AUTODETECT) && (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) >=0
&& s->gb.size*8 - get_bits_count(&s->gb) < 48 && s->gb.size*8 - get_bits_count(&s->gb) < 48
&& !s->resync_marker // && !s->resync_marker
&& !s->data_partitioning){ && !s->data_partitioning){
const int bits_count= get_bits_count(&s->gb); const int bits_count= get_bits_count(&s->gb);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment