ffmpeg | branch: master | James Almer <[email protected]> | 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 <[email protected]>

> 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.

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to