[FFmpeg-devel] [PATCH 06/10] avcodec/apedec: Remove unnecessary emms_c()

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Aug 22 18:10:11 EEST 2022


Possible since 6feea076e98512d78c8d735509ab6b5e9a71ca1c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 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;
-- 
2.34.1



More information about the ffmpeg-devel mailing list