Am Sa., 11. Apr. 2020 um 10:12 Uhr schrieb Zane van Iperen
<z...@zanevaniperen.com>:
>
> Signed-off-by: Zane van Iperen <z...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to