Searched refs:OPT_SPEC (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 200 if (po->flags & OPT_SPEC) { in uninit_options() 3231 const int per_file = OPT_SPEC | OPT_OFFSET | OPT_PERFILE; in show_help_default() 3441 { "c", HAS_ARG | OPT_STRING | OPT_SPEC | 3444 { "codec", HAS_ARG | OPT_STRING | OPT_SPEC | 3447 { "pre", HAS_ARG | OPT_STRING | OPT_SPEC | 3456 { "map_metadata", HAS_ARG | OPT_STRING | OPT_SPEC | 3486 { "itsscale", HAS_ARG | OPT_DOUBLE | OPT_SPEC | 3491 { "metadata", HAS_ARG | OPT_STRING | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(metadata) }, 3493 { "program", HAS_ARG | OPT_STRING | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(program) }, 3538 { "apad", OPT_STRING | HAS_ARG | OPT_SPEC | [all …]
|
D | cmdutils.h | 176 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. macro
|
D | cmdutils.c | 296 void *dst = po->flags & (OPT_OFFSET | OPT_SPEC) ? in write_option() 300 if (po->flags & OPT_SPEC) { in write_option() 692 int global = !(opt->flags & (OPT_PERFILE | OPT_SPEC | OPT_OFFSET)); in add_opt()
|