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.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to