summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vsrc_mandelbrot.c')
-rw-r--r--libavfilter/vsrc_mandelbrot.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 1760570a92..f65b43f540 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -106,9 +106,11 @@ static const AVOption mandelbrot_options[] = {
};
static const AVClass mandelbrot_class = {
- "MBContext",
- av_default_item_name,
- mandelbrot_options
+ .class_name = "mandelbrot",
+ .item_name = av_default_item_name,
+ .option = mandelbrot_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)