Commit e485aee8 authored by michael's avatar michael

Remove unneeded assignment from av_encode() found by CSA.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18567 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 59d3b20b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment