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

Maksym Veremeyenko verem
Thu Sep 3 10:39:46 CEST 2009


Diego Biurrun ???????(??):
> 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.
[...]
Sorry, i do not see...
Which line?


-- 
________________________________________
Maksym Veremeyenko



More information about the ffmpeg-devel mailing list