Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c198 /* all OPT_SPEC and OPT_STRING can be freed in generic way */ in uninit_options()
202 if (po->flags & OPT_SPEC) { in uninit_options()
3436 const int per_file = OPT_SPEC | OPT_OFFSET | OPT_PERFILE; in show_help_default()
3663 { "c", HAS_ARG | OPT_STRING | OPT_SPEC |
3666 { "codec", HAS_ARG | OPT_STRING | OPT_SPEC |
3669 { "pre", HAS_ARG | OPT_STRING | OPT_SPEC |
3678 { "map_metadata", HAS_ARG | OPT_STRING | OPT_SPEC |
3711 { "itsscale", HAS_ARG | OPT_DOUBLE | OPT_SPEC |
3716 { "metadata", HAS_ARG | OPT_STRING | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(metadata) },
3718 { "program", HAS_ARG | OPT_STRING | OPT_SPEC | OPT_OUTPU
[all...]
H A Dcmdutils.h151 implied by OPT_OFFSET or OPT_SPEC */
153 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. macro
288 * group (those with OPT_SPEC, OPT_OFFSET or OPT_PERFILE) or are global
H A Dcmdutils.c256 void *dst = po->flags & (OPT_OFFSET | OPT_SPEC) ? in write_option()
260 if (po->flags & OPT_SPEC) { in write_option()
633 int global = !(opt->flags & (OPT_PERFILE | OPT_SPEC | OPT_OFFSET)); in add_opt()

Completed in 10 milliseconds