This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit fe1742618db7b5f003bef7aca379e0b55f295619 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Sun Feb 8 15:53:12 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Feb 13 09:21:33 2026 +0100 avcodec/snowenc: Remove redundant emms_c() This emms_c() has been superseded by the one added a few lines above in 2c1d38d1e1c2617f51bbb833bb7fe1298644cd21. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/snowenc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c index feaf4dc1a0..abb452c1ef 100644 --- a/libavcodec/snowenc.c +++ b/libavcodec/snowenc.c @@ -2055,8 +2055,6 @@ redo_frame: ff_write_pass1_stats(&enc->m); enc->m.last_pict_type = mpv->c.pict_type; - emms_c(); - ff_encode_add_stats_side_data(pkt, s->current_picture->quality, enc->encoding_error, (s->avctx->flags&AV_CODEC_FLAG_PSNR) ? SNOW_MAX_PLANES : 0, _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
