mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
lavfi: move AVFilterLink.graph to FilterLink
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
fe12430a86
commit
5ab4548c03
@ -276,7 +276,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *ref)
|
||||
av_log(ctx, AV_LOG_VERBOSE,
|
||||
"Processing command #%d target:%s command:%s arg:%s\n",
|
||||
j, s->targets_opt[k], s->commands_opt[j], cmd_arg);
|
||||
ret = avfilter_graph_send_command(inlink->graph,
|
||||
ret = avfilter_graph_send_command(inl->graph,
|
||||
s->targets_opt[k], s->commands_opt[j], cmd_arg,
|
||||
buf, sizeof(buf),
|
||||
AVFILTER_CMD_FLAG_ONE);
|
||||
|
Loading…
Reference in New Issue
Block a user