Browse Source

removed unused variables accidentally introduced in stream_index_from_inputs()

Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Nico Sabbi 18 years ago
parent
commit
c1a4cdf9bf
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      ffmpeg.c

+ 1
- 2
ffmpeg.c View File

@@ -1358,8 +1358,7 @@ static int stream_index_from_inputs(AVFormatContext **input_files,
enum CodecType type,
int programid)
{
int p, q, r, s, z;
AVInputStream *ist;
int p, q, z;
for(z=0; z<nb_input_files; z++) {
AVFormatContext *ic = input_files[z];
for(p=0; p<ic->nb_programs; p++) {


Loading…
Cancel
Save