mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/wmalosslessdec: Remove unnecessary emms_c()
Possible since 6feea076e9
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
9c7a8a8546
commit
505eaf0e37
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue