summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-17 15:33:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-17 15:33:45 +0000
commitb716c6c6a6d3109b0a21d352a0738e154245d6ed (patch)
treeaac0b05beeeac38e0b91ea2d5f53cd93b7bb6359 /ffmpeg.c
parentb5ee9c2334f32e4fd50ff700ea3e6f251dbf7efa (diff)
Remove unneeded assignment from av_encode() found by CSA.
Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
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;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;