Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Df_sendcmd.c102 char *commands_str; member
108 …{ "commands", "set commands", OFFSET(commands_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS…
109 …{ "c", "set commands", OFFSET(commands_str), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, FLAGS…
406 if ((!!s->commands_filename + !!s->commands_str) != 1) { in init()
429 s->commands_str = buf; in init()
433 s->commands_str, ctx)) < 0) in init()