From 67f2a688143b644f99360565a9f36c61a5f052e9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 19 Feb 2014 16:16:43 +0100 Subject: avconv: remove a write-only variable --- avconv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index c270401706..c912fae87e 100644 --- a/avconv.h +++ b/avconv.h @@ -229,7 +229,6 @@ typedef struct InputStream { int64_t last_dts; PtsCorrectionContext pts_ctx; double ts_scale; - int is_start; /* is 1 at the start and after a discontinuity */ int showed_multi_packet_warning; AVDictionary *opts; AVRational framerate; /* framerate forced with -r */ -- cgit v1.2.3