summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 7583dccfbe..282d4dfb51 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -431,6 +431,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
@@ -485,8 +491,6 @@ typedef struct AVFilter {
*/
int (*init_opaque)(AVFilterContext *ctx, const char *args, void *opaque);
- const AVClass *priv_class; ///< private class, containing filter specific options
-
/**
* Shorthand syntax for init arguments.
* If this field is set (even to an empty list), just before init the