ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Mon Aug 22 13:31:40 2022 +0200| [5bf71873276a4e264188a07e3c1624d94d7741d7] | committer: Andreas Rheinhardt
avcodec/4xm: Remove unnecessary and redundant emms_c() It is unnecessary since ee551a21ddcbf81afe183d9489c534ee80f263a0; but it was redundant even before that, because decode_simple_internal() calls emms_c(). Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5bf71873276a4e264188a07e3c1624d94d7741d7 --- libavcodec/4xm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index a7c9043b0a..94d1cbe98a 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -966,8 +966,6 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *picture, *got_frame = 1; - emms_c(); - return buf_size; } _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
