diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-19 16:16:43 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-24 17:30:48 +0100 |
commit | 67f2a688143b644f99360565a9f36c61a5f052e9 (patch) | |
tree | 524a7595f7370194ecd28c45db47d6bd87978ed7 /avconv.h | |
parent | 8aca00cc2b25810bdd85b75f5632844a5614b707 (diff) | |
download | ffmpeg-67f2a688143b644f99360565a9f36c61a5f052e9.tar.gz |
avconv: remove a write-only variable
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |