On Wed, Apr 02, 2014 at 10:32:04AM +0200, Kostya Shishkov wrote:
> On Wed, Apr 02, 2014 at 10:28:23AM +0200, Diego Biurrun wrote:
> > On Wed, Apr 02, 2014 at 09:11:10AM +0200, Luca Barbato wrote:
> > > --- a/libavformat/avidec.c
> > > +++ b/libavformat/avidec.c
> > > @@ -1307,6 +1311,67 @@ static int avi_read_idx1(AVFormatContext *s, int 
> > > size)
> > > 
> > > +/*
> > > + * scan the index and consider non-interleaved any file with
> > > + * streams apart more than 2 seconds or 64MB.
> > > + */
> > > +
> > > +static int check_stream_max_drift(AVFormatContext *s)
> > 
> > Drop the empty line, coalesce to two lines and reword as
> > 
> >   /* Scan the index and consider any file with streams more than
> >    * 2 seconds apart or 64MB in size non-interleaved.
> 
> wrong wording, it's more than 64MB apart too

  /* Scan the index and consider any file with streams more than
   * 2 seconds or 64MB apart non-interleaved.

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

Reply via email to