[FFmpeg-devel] [PATCH 02/10] avcodec/wmalosslessdec: Remove unnecessary emms_c()
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Tue Aug 23 15:34:01 EEST 2022
Andreas Rheinhardt:
> Possible since 6feea076e98512d78c8d735509ab6b5e9a71ca1c.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/wmalosslessdec.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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)
Will apply the rest of this patchset tomorrow unless there are objections.
- Andreas
More information about the ffmpeg-devel
mailing list