[FFmpeg-cvslog] avcodec/takdec: Remove unnecessary emms_c()
Andreas Rheinhardt
git at videolan.org
Wed Aug 24 04:49:45 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Aug 21 23:54:35 2022 +0200| [da0e7c3b676867caf02a503cd74d9fe372e3c95d] | committer: Andreas Rheinhardt
avcodec/takdec: Remove unnecessary emms_c()
Possible since 3d716d38abdae1982e84e30becb57458244656bd.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da0e7c3b676867caf02a503cd74d9fe372e3c95d
---
libavcodec/takdec.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c
index 3e53401328..6f4cc92e88 100644
--- a/libavcodec/takdec.c
+++ b/libavcodec/takdec.c
@@ -502,8 +502,6 @@ static int decode_subframe(TAKDecContext *s, int32_t *decoded,
memcpy(s->residues, &s->residues[y], 2 * filter_order);
}
- emms_c();
-
return 0;
}
@@ -660,8 +658,6 @@ static int decorrelate(TAKDecContext *s, int c1, int c2, int length)
memmove(s->residues, &s->residues[tmp], 2 * filter_order);
}
-
- emms_c();
break;
}
}
More information about the ffmpeg-cvslog
mailing list