[FFmpeg-devel] [PATCH] avcodec/adpcm: remove unused shift parameter from adpcm_ima_qt_expand_nibble()
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sat Apr 11 18:01:58 EEST 2020
Am Sa., 11. Apr. 2020 um 10:12 Uhr schrieb Zane van Iperen
<zane at zanevaniperen.com>:
>
> Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> ---
> libavcodec/adpcm.c | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
> index e9abddc43c..ee18875579 100644
> --- a/libavcodec/adpcm.c
> +++ b/libavcodec/adpcm.c
> @@ -348,7 +348,7 @@ static inline int16_t adpcm_ima_wav_expand_nibble(ADPCMChannelStatus *c, GetBitC
> return (int16_t)c->predictor;
> }
>
> -static inline int adpcm_ima_qt_expand_nibble(ADPCMChannelStatus *c, int nibble, int shift)
> +static inline int adpcm_ima_qt_expand_nibble(ADPCMChannelStatus *c, int nibble)
Patch applied.
Carl Eugen
More information about the ffmpeg-devel
mailing list