On 02/17/2012 03:28 PM, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" <[email protected]> > > --- > libavcodec/alsdec.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c > index d54ae87..bdc0be1 100644 > --- a/libavcodec/alsdec.c > +++ b/libavcodec/alsdec.c > @@ -1011,7 +1011,7 @@ static void zero_remaining(unsigned int b, unsigned int > b_max, > { > unsigned int count = 0; > > - while (b < b_max) > + for (; b < b_max; b++) > count += div_blocks[b]; > > if (count)
lgtm. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
