diff --git a/ffmpeg.c b/ffmpeg.c index e81d38af41..d5153988d7 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1358,8 +1358,7 @@ static int stream_index_from_inputs(AVFormatContext **input_files, enum CodecType type, int programid) { - int p, q, r, s, z; - AVInputStream *ist; + int p, q, z; for(z=0; znb_programs; p++) {