OSDN Git Service

(commit by michael)
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 15 Jan 2002 05:02:26 +0000 (05:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 15 Jan 2002 05:02:26 +0000 (05:02 +0000)
emms

Originally committed as revision 267 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo.c

index a338c78..432ab8c 100644 (file)
@@ -430,6 +430,7 @@ void MPV_frame_end(MpegEncContext *s)
         draw_edges(s->current_picture[2], s->linesize/2, s->width/2, s->height/2, EDGE_WIDTH/2);
       }
     }
+    emms_c();
 }
 
 int MPV_encode_picture(AVCodecContext *avctx,