From c1a4cdf9bfa2ecb1a88979226298fba47a80c369 Mon Sep 17 00:00:00 2001 From: Nico Sabbi Date: Sun, 28 Oct 2007 22:56:41 +0000 Subject: [PATCH] removed unused variables accidentally introduced in stream_index_from_inputs() Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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++) {