summaryrefslogtreecommitdiffstats
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-24 21:08:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-24 21:08:19 +0100
commit70a25587d22384bca8f102d68f5b65ebf3e421b2 (patch)
treeb34513c1054c23c3fa0a3bd80804fcd90bf8dfc7 /ffmpeg.h
parente66247e926aa270f087a66085b27c4636e8cf57c (diff)
parent67f2a688143b644f99360565a9f36c61a5f052e9 (diff)
downloadffmpeg-streaming-70a25587d22384bca8f102d68f5b65ebf3e421b2.zip
ffmpeg-streaming-70a25587d22384bca8f102d68f5b65ebf3e421b2.tar.gz
Merge commit '67f2a688143b644f99360565a9f36c61a5f052e9'
* commit '67f2a688143b644f99360565a9f36c61a5f052e9': avconv: remove a write-only variable Conflicts: ffmpeg.c ffmpeg.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 151667d..4fc1e18 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -255,7 +255,6 @@ typedef struct InputStream {
int64_t filter_in_rescale_delta_last;
double ts_scale;
- int is_start; /* is 1 at the start and after a discontinuity */
int saw_first_ts;
int showed_multi_packet_warning;
AVDictionary *opts;
OpenPOWER on IntegriCloud