Browse Source

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

Originally committed as revision 374 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
5b403c4015
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavcodec/mpeg12.c

+ 2
- 1
libavcodec/mpeg12.c View File

@@ -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