[FFmpeg-devel] [PATCH] non-interleaved AVI read packet fix

Diego Biurrun diego
Thu Sep 3 10:05:06 CEST 2009


On Thu, Sep 03, 2009 at 08:27:07AM +0300, Maksym Veremeyenko wrote:
> 
> Newer patch attached.
> 
> --- libavformat/avidec.c	(revision 19698)
> +++ libavformat/avidec.c	(working copy)
> @@ -680,6 +680,12 @@
>  
> +            /* skip finished stream */
> +            if(!ast->remaining && st->nb_index_entries &&
> +               ts > st->index_entries[st->nb_index_entries - 1].timestamp *
> +                    FFMAX(1, ast->sample_size))

Indentation is off.

Diego



More information about the ffmpeg-devel mailing list