From b716c6c6a6d3109b0a21d352a0738e154245d6ed Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 17 Apr 2009 15:33:45 +0000 Subject: Remove unneeded assignment from av_encode() found by CSA. Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index ce2f981154..200d57dfef 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1972,7 +1972,6 @@ static int av_encode(AVFormatContext **output_files, /* init pts */ for(i=0;ifile_index]; ist->pts = 0; ist->next_pts = AV_NOPTS_VALUE; ist->is_start = 1; -- cgit v1.2.3