Browse Source

Remove now unused nb_istreams variable.

tags/n0.8
Reimar Döffinger 14 years ago
parent
commit
bb9b7bc62e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

@@ -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;


Loading…
Cancel
Save