Searched refs:OPT_SPEC (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 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_OUTPUT, { .off = OFFSET(program) }, 3766 { "apad", OPT_STRING | HAS_ARG | OPT_SPEC | [all …]
|
D | cmdutils.h | 153 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. macro
|
D | cmdutils.c | 256 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()
|