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

Originally committed as revision 374 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 23 years ago
parent 5b0ad91b99
commit 5b403c4015
  1. 3
      libavcodec/mpeg12.c

@ -1411,7 +1411,8 @@ static int mpeg_decode_slice(AVCodecContext *avctx,
break;
MPV_decode_mb(s, s->block);
}
emms_c();
/* end of slice reached */
if (s->mb_x == (s->mb_width - 1) &&
s->mb_y == (s->mb_height - 1)) {

Loading…
Cancel
Save