diff mpeg12.c @ 305:1de85b419387 libavcodec

emms was missing, found by juanjo but he didnt commit it?!
author michaelni
date Thu, 04 Apr 2002 19:50:46 +0000
parents c1a8a1b4a24b
children a0124152c89d
line wrap: on
line diff
--- 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)) {