mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter: fix preprocessor condition
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a289f418e4
commit
122536e01a
|
@ -1311,7 +1311,7 @@ AVFilterInOut *avfilter_inout_alloc(void);
|
|||
*/
|
||||
void avfilter_inout_free(AVFilterInOut **inout);
|
||||
|
||||
#if HAVE_INCOMPATIBLE_LIBAV_ABI || !FF_API_OLD_GRAPH_PARSE
|
||||
#if AV_HAVE_INCOMPATIBLE_LIBAV_ABI || !FF_API_OLD_GRAPH_PARSE
|
||||
/**
|
||||
* Add a graph described by a string to a graph.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue