Hi List!

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,
so I have a question:
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())?
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to