mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
ffmpeg: remove unused MetadataMap.
This struct was forgotten after e5df74dc56494068042f094d43a5d774c257ae69.
This commit is contained in:
parent
e5df74dc56
commit
735fb8ce59
9
ffmpeg.c
9
ffmpeg.c
@ -117,15 +117,6 @@ typedef struct {
|
||||
int ofile_idx, ostream_idx; // output
|
||||
} AudioChannelMap;
|
||||
|
||||
/**
|
||||
* select an input file for an output file
|
||||
*/
|
||||
typedef struct MetadataMap {
|
||||
int file; ///< file index
|
||||
char type; ///< type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram
|
||||
int index; ///< stream/chapter/program number
|
||||
} MetadataMap;
|
||||
|
||||
static const OptionDef options[];
|
||||
|
||||
#define MAX_STREAMS 1024 /* arbitrary sanity check value */
|
||||
|
Loading…
Reference in New Issue
Block a user