[FFmpeg-devel] [PATCH] non-interleaved AVI read packet fix
Diego Biurrun
diego
Thu Sep 3 17:24:52 CEST 2009
On Thu, Sep 03, 2009 at 11:39:46AM +0300, 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?
No wonder, I was mistaken, you are correct.
Diego
More information about the ffmpeg-devel
mailing list