diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-05-29 15:31:20 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-05-29 15:33:48 +0200 |
commit | bb9b7bc62eb645d127cbf283b8f86fd4b6b3c916 (patch) | |
tree | 39d044a9bb99e9c326b50498e3f9ededd6c83112 | |
parent | 89c687e97e6544414e11808d99d7a56729b79ef8 (diff) | |
download | ffmpeg-bb9b7bc62eb645d127cbf283b8f86fd4b6b3c916.tar.gz |
Remove now unused nb_istreams variable.
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |