mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
snowenc: add forgotten emms_c()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
87a954d6f4
commit
70a2a4934a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user