Home
last modified time | relevance | path

Searched refs:OPT_SPEC (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_opt.c200 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 …]
Dcmdutils.h176 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. macro
Dcmdutils.c296 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()