Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Df_sendcmd.c101 char *commands_filename; member
110 …{ "filename", "set commands file", OFFSET(commands_filename), AV_OPT_TYPE_STRING, {.str = NULL}, …
111 …{ "f", "set commands file", OFFSET(commands_filename), AV_OPT_TYPE_STRING, {.str = NULL}, …
406 if ((!!s->commands_filename + !!s->commands_str) != 1) { in init()
412 if (s->commands_filename) { in init()
415 ret = av_file_map(s->commands_filename, in init()