mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Add a log context to avfilter_graph_config_links().
Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -66,7 +66,7 @@ int avfilter_graph_config_links(AVFilterGraph *graphctx, AVClass *log_ctx);
|
||||
/**
|
||||
* Configures the formats of all the links in the graph.
|
||||
*/
|
||||
int avfilter_graph_config_formats(AVFilterGraph *graphctx);
|
||||
int avfilter_graph_config_formats(AVFilterGraph *graphctx, AVClass *log_ctx);
|
||||
|
||||
/**
|
||||
* Frees a graph and destroys its links.
|
||||
|
||||
Reference in New Issue
Block a user