projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a log context to avfilter_graph_config_links().
[ffmpeg.git]
/
libavfilter
/
avfiltergraph.h
diff --git
a/libavfilter/avfiltergraph.h
b/libavfilter/avfiltergraph.h
index
c78d53f
..
df71ef8
100644
(file)
--- a/
libavfilter/avfiltergraph.h
+++ b/
libavfilter/avfiltergraph.h
@@
-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.