<div>Hi List!<br></div><div><br></div><div>AVFilterInOut is linked list that we can pass to avfilter_graph_parse/avfilter_graph_parse2. More interesting use case where we pass this list to avfilter_graph_parse(): as I understand I must fill fields with valid values,</div>

<div>so I have a question:<br></div><div>Does filter context that stored in 'filter_ctx' field should be also registered in FilterGraph (like with avfilter_graph_create_filter(), avfilter_graph_add_filter())?</div>