diff mpegvideo.c @ 813:dfaa1c45bd27 libavcodec

cleanup
author michaelni
date Thu, 31 Oct 2002 11:47:58 +0000
parents 79de6308c34d
children 8f31ed5bacd1
line wrap: on
line diff
--- a/mpegvideo.c	Thu Oct 31 10:21:44 2002 +0000
+++ b/mpegvideo.c	Thu Oct 31 11:47:58 2002 +0000
@@ -2147,6 +2147,8 @@
             src_ptr[1] = s->last_picture[1] + (offset >> 2);
             src_ptr[2] = s->last_picture[2] + (offset >> 2);
         }
+        emms_c();
+
         s->avctx->draw_horiz_band(s->avctx, src_ptr, s->linesize,
                                y, s->width, h);
     }