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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 9d442007e3..92b4b387e8 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -103,14 +103,9 @@ static const AVOption mandelbrot_options[] = {
{NULL},
};
-static const char *mandelbrot_get_name(void *ctx)
-{
- return "mandelbrot";
-}
-
static const AVClass mandelbrot_class = {
"MBContext",
- mandelbrot_get_name,
+ avfilter_default_filter_name,
mandelbrot_options
};