diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-21 23:40:49 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-24 03:42:38 +0200 |
commit | 505eaf0e37fa3cddaee5e624695d1d2dbd510bd1 (patch) | |
tree | 41ecea86ac3683cbc55cc279cb3ee2bdfe4a2cfe /libavcodec/wmalosslessdec.c | |
parent | 9c7a8a8546e0bea9a32174cb40cefda5ddc45001 (diff) | |
download | ffmpeg-505eaf0e37fa3cddaee5e624695d1d2dbd510bd1.tar.gz |
avcodec/wmalosslessdec: Remove unnecessary emms_c()
Possible since 6feea076e98512d78c8d735509ab6b5e9a71ca1c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/wmalosslessdec.c')
-rw-r--r-- | libavcodec/wmalosslessdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c index 614b6135f5..6ba9f04d25 100644 --- a/libavcodec/wmalosslessdec.c +++ b/libavcodec/wmalosslessdec.c @@ -783,7 +783,6 @@ static void revert_cdlms ## bits (WmallDecodeCtx *s, int ch, \ s->channel_residues[ch][icoef] = input; \ } \ } \ - if (bits <= 16) emms_c(); \ } CD_LMS(16, WMALL_COEFF_PAD_SIZE) |