summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-19 16:16:43 +0100
committerAnton Khirnov <anton@khirnov.net>2014-02-24 17:30:48 +0100
commit67f2a688143b644f99360565a9f36c61a5f052e9 (patch)
tree524a7595f7370194ecd28c45db47d6bd87978ed7 /avconv.c
parent8aca00cc2b25810bdd85b75f5632844a5614b707 (diff)
avconv: remove a write-only variable
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 64e832149c..13e6778dec 100644
--- a/avconv.c
+++ b/avconv.c
@@ -1480,7 +1480,6 @@ static int init_input_stream(int ist_index, char *error, int error_len)
ist->last_dts = ist->st->avg_frame_rate.num ? - ist->st->codec->has_b_frames * AV_TIME_BASE / av_q2d(ist->st->avg_frame_rate) : 0;
ist->next_dts = AV_NOPTS_VALUE;
init_pts_correction(&ist->pts_ctx);
- ist->is_start = 1;
return 0;
}