From bb9b7bc62eb645d127cbf283b8f86fd4b6b3c916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 29 May 2011 15:31:20 +0200 Subject: [PATCH] Remove now unused nb_istreams variable. --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index dc435aba2a..3f4cc2fd04 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1978,7 +1978,7 @@ static int transcode(AVFormatContext **output_files, int nb_input_files, AVStreamMap *stream_maps, int nb_stream_maps) { - int ret = 0, i, j, k, n, nb_istreams = 0, nb_ostreams = 0,step; + int ret = 0, i, j, k, n, nb_ostreams = 0, step; AVFormatContext *is, *os; AVCodecContext *codec, *icodec;