Commit 70a2a493 authored by Michael Niedermayer's avatar Michael Niedermayer

snowenc: add forgotten emms_c()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 87a954d6
......@@ -1677,6 +1677,7 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
EDGE_TOP | EDGE_BOTTOM);
}
emms_c();
s->new_picture = *pict;
s->m.picture_number= avctx->frame_number;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment