[FFmpeg-cvslog] avcodec/apedec: Remove unnecessary emms_c()

Andreas Rheinhardt git at videolan.org
Wed Aug 24 04:49:51 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | 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 <andreas.rheinhardt at outlook.com>

> 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;



More information about the ffmpeg-cvslog mailing list