Justin Ruggles <[email protected]> writes:

> ---
>  libavcodec/ac3dsp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/libavcodec/ac3dsp.c b/libavcodec/ac3dsp.c
> index de58f3a..8ce5f8d 100644
> --- a/libavcodec/ac3dsp.c
> +++ b/libavcodec/ac3dsp.c
> @@ -131,7 +131,7 @@ static void ac3_bit_alloc_calc_bap_c(int16_t *mask, 
> int16_t *psd,
>  static void ac3_update_bap_counts_c(uint16_t mant_cnt[16], uint8_t *bap,
>                                      int len)
>  {
> -    while (len-- >= 0)
> +    while (len-- > 0)
>          mant_cnt[bap[len]]++;
>  }

If you say so...

Can we please stop putting those stupid 10l comments in commit messages?
It looks ridiculous.

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

Reply via email to