[FFmpeg-cvslog] ffmpeg: remove unused variable i.

Clément Bœsch git at videolan.org
Fri May 18 23:44:51 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri May 18 23:40:53 2012 +0200| [7f8bd161034298a088d9793d3ce1de8716f052ea] | committer: Clément Bœsch

ffmpeg: remove unused variable i.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f8bd161034298a088d9793d3ce1de8716f052ea
---

 ffmpeg.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index f7d0252..b9df89b 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) {



More information about the ffmpeg-cvslog mailing list