avcodec/wmalosslessdec: Remove unnecessary emms_c()

Possible since 6feea076e9.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-08-21 23:40:49 +02:00
parent 9c7a8a8546
commit 505eaf0e37
1 changed files with 0 additions and 1 deletions

View File

@ -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)