From 7f8bd161034298a088d9793d3ce1de8716f052ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Fri, 18 May 2012 23:40:53 +0200 Subject: [PATCH] ffmpeg: remove unused variable i. --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index f7d025240d..b9df89b405 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2810,7 +2810,6 @@ static void print_sdp(void) static int init_input_stream(int ist_index, char *error, int error_len) { - int i; InputStream *ist = input_streams[ist_index]; if (ist->decoding_needed) {