Commit c1a4cdf9 authored by Nico Sabbi's avatar Nico Sabbi

removed unused variables accidentally introduced in stream_index_from_inputs()

Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 39f79f26
......@@ -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++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment