On Wed, Feb 22, 2012 at 11:18:40AM +0100, Vladimir Pantelic wrote: > Diego Biurrun wrote: > >On Wed, Feb 22, 2012 at 11:30:30AM +0200, Martin Storsjö wrote: > >> --- a/libavformat/flvdec.c > >> +++ b/libavformat/flvdec.c > >> @@ -204,8 +204,8 @@ static int parse_keyframes_index(AVFormatContext *s, > >> AVIOContext *ioc, AVStream > >> > >> if (!ret&& timeslen == fileposlen) > >> - for (i = 0; i< fileposlen; i++) > >> - av_add_index_entry(vstream, filepositions[i], times[i]*1000, > >> 0, 0, AVINDEX_KEYFRAME); > >> + for (i = 0; i< fileposlen; i++) > >> + av_add_index_entry(vstream, filepositions[i], times[i]*1000, > >> 0, 0, AVINDEX_KEYFRAME); > > > >OK, maybe break the long line while you're at it. > > yes, it's sooo long
It's too long is all ... Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
