Revision 4359288c libavfilter/avfiltergraph.h
libavfilter/avfiltergraph.h | ||
---|---|---|
79 | 79 |
int avfilter_graph_config(AVFilterGraph *graphctx, AVClass *log_ctx); |
80 | 80 |
|
81 | 81 |
/** |
82 |
* Free a graph and destroy its links, graph may be NULL. |
|
82 |
* Free a graph, destroy its links, and set *graph to NULL. |
|
83 |
* If *graph is NULL, do nothing. |
|
83 | 84 |
*/ |
84 |
void avfilter_graph_free(AVFilterGraph *graph); |
|
85 |
void avfilter_graph_free(AVFilterGraph **graph);
|
|
85 | 86 |
|
86 | 87 |
/** |
87 | 88 |
* A linked-list of the inputs/outputs of the filter chain. |
Also available in: Unified diff