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 |
Definition at line 104 of file avconv.c.
file index
Definition at line 105 of file avconv.c.
Referenced by opt_map_metadata(), and opt_output_file().
stream/chapter/program number
Definition at line 107 of file avconv.c.
Referenced by opt_map_metadata(), and opt_output_file().
char MetadataMap::type |
type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram
Definition at line 106 of file avconv.c.
Referenced by opt_map_metadata(), and opt_output_file().