On Wed, Oct 26, 2011 at 04:18:21PM -0400, Justin Ruggles wrote:
> ---
>  libavcodec/apedec.c |   38 +++++++++++++++++++++++++++-----------
>  1 files changed, 27 insertions(+), 11 deletions(-)

This could be squashed with the other cosmetics patch.

> --- a/libavcodec/apedec.c
> +++ b/libavcodec/apedec.c
> @@ -524,7 +526,10 @@ static inline int APESIGN(int32_t x) {
>  
> -static av_always_inline int predictor_update_filter(APEPredictor *p, const 
> int decoded, const int filter, const int delayA, const int delayB, const int 
> adaptA, const int adaptB)
> +static av_always_inline int predictor_update_filter(APEPredictor *p,
> +                                const int decoded, const int filter,
> +                                const int delayA,  const int delayB,
> +                                const int adaptA,  const int adaptB)

Indentation is off.

OK with that fixed.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to