Commit 5582e557 authored by Michael Niedermayer's avatar Michael Niedermayer

mandelbrot: add "fractal" to the description

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4c52adad
......@@ -297,7 +297,7 @@ static int request_frame(AVFilterLink *link)
AVFilter avfilter_vsrc_mandelbrot = {
.name = "mandelbrot",
.description = NULL_IF_CONFIG_SMALL("Mandelbrot renderer"),
.description = NULL_IF_CONFIG_SMALL("Mandelbrot fractal renderer"),
.priv_size = sizeof(MBContext),
.init = init,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment