]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
lavfi: switch to an AVOptions-based system.
[ffmpeg] / libavfilter / avfilter.h
index b3522f87d3f07fecce1926b42538b6d3c6eb531b..66f57df150bd3ad5754682827255e49a627099f4 100644 (file)
@@ -388,6 +388,12 @@ typedef struct AVFilter {
     const AVFilterPad *inputs;  ///< NULL terminated list of inputs. NULL if none
     const AVFilterPad *outputs; ///< NULL terminated list of outputs. NULL if none
 
+    /**
+     * A class for the private data, used to access filter private
+     * AVOptions.
+     */
+    const AVClass *priv_class;
+
     /*****************************************************************
      * All fields below this line are not part of the public API. They
      * may not be used outside of libavfilter and can be changed and