[FFmpeg-cvslog] Remove now unused nb_istreams variable.

Reimar Döffinger git at videolan.org
Sun May 29 20:59:14 CEST 2011


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sun May 29 15:31:20 2011 +0200| [bb9b7bc62eb645d127cbf283b8f86fd4b6b3c916] | committer: Reimar Döffinger

Remove now unused nb_istreams variable.

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

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index dc435ab..3f4cc2f 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;



More information about the ffmpeg-cvslog mailing list