]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
avcodec/h264: fix droped frame handling also for threads > 1
[ffmpeg] / ffmpeg.c
index 899038e602e7da912554731aa754d14e722ab66d..332a2338cd251ccb1586508b8763792f62f0870d 100644 (file)
--- 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;
 }