On Tue, Mar 20, 2012 at 06:49:14PM +0100, Diego Biurrun wrote:
> On Tue, Mar 20, 2012 at 06:44:34PM +0100, Kostya Shishkov wrote:
> > ---
> >  libavcodec/bink.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > --- a/libavcodec/bink.c
> > +++ b/libavcodec/bink.c
> > @@ -146,7 +146,7 @@ enum BlockTypes {
> >  static void init_lengths(BinkContext *c, int width, int bw)
> >  {
> > -    width = FFALIGN(width, 7);
> > +    width = FFALIGN(width, 8);
> 
> Please elaborate on what you fix in the log message, a typo
> could be anything really..

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

Reply via email to