fftools/ffmpeg: replace OutputStream.file_index by a pointer
Reduces the need to use the output_files global array.
This commit is contained in:
@@ -519,7 +519,9 @@ typedef struct OutputStream {
|
||||
|
||||
enum AVMediaType type;
|
||||
|
||||
int file_index; /* file index */
|
||||
/* parent muxer */
|
||||
struct OutputFile *file;
|
||||
|
||||
int index; /* stream index in the output file */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user