ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Mon Aug 22 13:28:33 2022 +0200| [145914524bb2208585c34a32352b85908c792b9a] | committer: Andreas Rheinhardt
avcodec/apedec: Remove unnecessary emms_c() Possible since 6feea076e98512d78c8d735509ab6b5e9a71ca1c. Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=145914524bb2208585c34a32352b85908c792b9a --- libavcodec/apedec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c index 26183067a8..e7baa2e77f 100644 --- a/libavcodec/apedec.c +++ b/libavcodec/apedec.c @@ -1577,7 +1577,6 @@ static int ape_decode_frame(AVCodecContext *avctx, AVFrame *frame, ape_unpack_mono(s, blockstodecode); else ape_unpack_stereo(s, blockstodecode); - emms_c(); if (s->error) { s->samples=0; _______________________________________________ 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".
