mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/avfilter.h: add missing FF_API_NEXT wrapper
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
f0cec744a9
commit
0c73c2909e
|
@ -286,11 +286,13 @@ typedef struct AVFilter {
|
||||||
|
|
||||||
int flags_internal; ///< Additional flags for avfilter internal use only.
|
int flags_internal; ///< Additional flags for avfilter internal use only.
|
||||||
|
|
||||||
|
#if FF_API_NEXT
|
||||||
/**
|
/**
|
||||||
* Used by the filter registration system. Must not be touched by any other
|
* Used by the filter registration system. Must not be touched by any other
|
||||||
* code.
|
* code.
|
||||||
*/
|
*/
|
||||||
struct AVFilter *next;
|
struct AVFilter *next;
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make the filter instance process a command.
|
* Make the filter instance process a command.
|
||||||
|
|
Loading…
Reference in New Issue