mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
emms was missing, found by juanjo but he didnt commit it?!
Originally committed as revision 374 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5b0ad91b99
commit
5b403c4015
@ -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…
Reference in New Issue
Block a user