summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-18 23:40:53 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-18 23:40:59 +0200
commit7f8bd161034298a088d9793d3ce1de8716f052ea (patch)
treeaae3800992cbe750addb7ede7c7b0ffd63d86675 /ffmpeg.c
parent9e2cee577092bfb2fd8c635ddc51da70bb26efe5 (diff)
ffmpeg: remove unused variable i.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
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) {