diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-04-17 15:33:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-04-17 15:33:45 +0000 |
commit | b716c6c6a6d3109b0a21d352a0738e154245d6ed (patch) | |
tree | aac0b05beeeac38e0b91ea2d5f53cd93b7bb6359 | |
parent | b5ee9c2334f32e4fd50ff700ea3e6f251dbf7efa (diff) | |
download | ffmpeg-b716c6c6a6d3109b0a21d352a0738e154245d6ed.tar.gz |
Remove unneeded assignment from av_encode() found by CSA.
Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1972,7 +1972,6 @@ static int av_encode(AVFormatContext **output_files, /* init pts */ for(i=0;i<nb_istreams;i++) { ist = ist_table[i]; - is = input_files[ist->file_index]; ist->pts = 0; ist->next_pts = AV_NOPTS_VALUE; ist->is_start = 1; |