Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Davf_aphasemeter.c47 uint8_t *mpc_str; member
77 …{ "mpc", "set median phase color", OFFSET(mpc_str), AV_OPT_TYPE_STRING, {.str = "none"}, 0, 0, FLA…
153 if (!strcmp(s->mpc_str, "none")) in config_video_output()
155 else if (av_parse_color(s->mpc, s->mpc_str, -1, ctx) >= 0) in config_video_output()