[FFmpeg-cvslog] avfilter/avfilter.h: add missing FF_API_NEXT wrapper
James Almer
git at videolan.org
Sun Oct 11 05:59:54 EEST 2020
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Oct 10 23:54:35 2020 -0300| [0c73c2909e8bedc4b034216a2a00139790523a14] | committer: James Almer
avfilter/avfilter.h: add missing FF_API_NEXT wrapper
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c73c2909e8bedc4b034216a2a00139790523a14
---
libavfilter/avfilter.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 99297ae798..100183f56c 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -286,11 +286,13 @@ typedef struct AVFilter {
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
* code.
*/
struct AVFilter *next;
+#endif
/**
* Make the filter instance process a command.
More information about the ffmpeg-cvslog
mailing list