Commit d50b820d authored by michaelni's avatar michaelni

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


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