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.

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

Reply via email to