mirror of https://git.ffmpeg.org/ffmpeg.git
removed unused variables accidentally introduced in stream_index_from_inputs()
Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
39f79f26eb
commit
c1a4cdf9bf
3
ffmpeg.c
3
ffmpeg.c
|
@ -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…
Reference in New Issue