[FFmpeg-devel] [PATCH] Remove now unused nb_istreams variable.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun May 29 15:31:39 CEST 2011
---
ffmpeg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index dc435ab..52d515f 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;
--
1.7.5.3
More information about the ffmpeg-devel
mailing list