summaryrefslogtreecommitdiff
path: root/ffmpeg.c
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.c
parente66247e926aa270f087a66085b27c4636e8cf57c (diff)
parent67f2a688143b644f99360565a9f36c61a5f052e9 (diff)
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.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 899038e602..332a2338cd 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2156,7 +2156,6 @@ static int init_input_stream(int ist_index, char *error, int error_len)
ist->next_pts = AV_NOPTS_VALUE;
ist->next_dts = AV_NOPTS_VALUE;
- ist->is_start = 1;
return 0;
}