fftools/ffmpeg: replace InputStream.file_index by a pointer
Reduces the need to use the input_files global array.
This commit is contained in:
@@ -338,7 +338,9 @@ typedef struct Decoder Decoder;
|
||||
typedef struct InputStream {
|
||||
const AVClass *class;
|
||||
|
||||
int file_index;
|
||||
/* parent source */
|
||||
struct InputFile *file;
|
||||
|
||||
int index;
|
||||
|
||||
AVStream *st;
|
||||
|
||||
Reference in New Issue
Block a user