select an input file for an output file More...
Data Fields | |
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 |
int MetadataMap::file |
file index
Definition at line 100 of file avconv.c.
Referenced by opt_map_metadata(), and transcode().
int MetadataMap::index |
stream/chapter/program number
Definition at line 102 of file avconv.c.
Referenced by opt_map_metadata(), and transcode().
char MetadataMap::type |
type of metadata to copy – (g)lobal, (s)tream, (c)hapter or (p)rogram
Definition at line 101 of file avconv.c.
Referenced by opt_map_metadata(), and transcode().