# HG changeset patch # User michaelni # Date 1017949846 0 # Node ID 1de85b419387d5c1b3a7f5a75425aa3c265a5814 # Parent 5753d57e7e6b95a714ef0680b8f0a7bf52a3d13b emms was missing, found by juanjo but he didnt commit it?! diff -r 5753d57e7e6b -r 1de85b419387 mpeg12.c --- a/mpeg12.c Mon Apr 01 17:40:42 2002 +0000 +++ b/mpeg12.c Thu Apr 04 19:50:46 2002 +0000 @@ -1411,7 +1411,8 @@ 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)) {