emms was missing, found by juanjo but he didnt commit it?!
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 4 Apr 2002 19:50:46 +0000 (19:50 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 4 Apr 2002 19:50:46 +0000 (19:50 +0000)
Originally committed as revision 374 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpeg12.c

index 24fc5db..d983690 100644 (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)) {