[FFmpeg-devel] [PATCH] non-interleaved AVI read packet fix
Benjamin Larsson
banan
Thu Sep 3 10:44:18 CEST 2009
Maksym Veremeyenko wrote:
> 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?
>
>
ts > st->index_entries[st->nb_index_entries - 1].timestamp *
is only 3 spaces indented.
MvH
Benjamin Larsson
More information about the ffmpeg-devel
mailing list