You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
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++) {
|
||||
|
Reference in New Issue
Block a user