Commit 5b403c40 authored by Michael Niedermayer's avatar Michael Niedermayer

emms was missing, found by juanjo but he didnt commit it?!

Originally committed as revision 374 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5b0ad91b
...@@ -1411,6 +1411,7 @@ static int mpeg_decode_slice(AVCodecContext *avctx, ...@@ -1411,6 +1411,7 @@ static int mpeg_decode_slice(AVCodecContext *avctx,
break; break;
MPV_decode_mb(s, s->block); MPV_decode_mb(s, s->block);
} }
emms_c();
/* end of slice reached */ /* end of slice reached */
if (s->mb_x == (s->mb_width - 1) && if (s->mb_x == (s->mb_width - 1) &&
......
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