Commit d5de1231 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/graphparse: Fix build with --enable-incompatible-fork-abi

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c5a1b18f
......@@ -515,8 +515,8 @@ int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
void *log_ctx)
{
return avfilter_graph_parse_ptr(graph, filters, inputs, outputs, log_ctx);
}
#endif
}
int avfilter_graph_parse_ptr(AVFilterGraph *graph, const char *filters,
AVFilterInOut **open_inputs_ptr, AVFilterInOut **open_outputs_ptr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment