mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/graphparse: Fix build with --enable-incompatible-fork-abi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c5a1b18f18
commit
d5de123195
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user