mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +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);
|
EDGE_TOP | EDGE_BOTTOM);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
emms_c();
|
||||||
s->new_picture = *pict;
|
s->new_picture = *pict;
|
||||||
|
|
||||||
s->m.picture_number= avctx->frame_number;
|
s->m.picture_number= avctx->frame_number;
|
||||||
|
Loading…
Reference in New Issue
Block a user