summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-01-15 05:02:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-01-15 05:02:26 +0000
commit5975626d6f7cf3bb0df7aa5e8f2fcaecc03c3b38 (patch)
tree6ba6d7d22928878f2d41ae7a795c95fe2686551d /libavcodec
parent3d9fccbf0f49a9e522986aa182fe10399f999304 (diff)
(commit by michael)
emms Originally committed as revision 267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mpegvideo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index a338c78b5f..432ab8cccf 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -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,