Janne Grunau <[email protected]> writes:

> ---
>  libavcodec/eamad.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/eamad.c b/libavcodec/eamad.c
> index c45b588..53409b0 100644
> --- a/libavcodec/eamad.c
> +++ b/libavcodec/eamad.c
> @@ -263,7 +263,7 @@ static int decode_frame(AVCodecContext *avctx,
>          }
>      }
>
> -    av_fast_malloc(&s->bitstream_buf, &s->bitstream_buf_size, (buf_end-buf) 
> + FF_INPUT_BUFFER_PADDING_SIZE);
> +    av_fast_padded_malloc(&s->bitstream_buf, &s->bitstream_buf_size, 
> (buf_end-buf));

Useless () around third arg.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to