mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
Block a user