Skip to content
Snippets Groups Projects
Commit 5582e557 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

mandelbrot: add "fractal" to the description

parent 4c52adad
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ static int request_frame(AVFilterLink *link) ...@@ -297,7 +297,7 @@ static int request_frame(AVFilterLink *link)
AVFilter avfilter_vsrc_mandelbrot = { AVFilter avfilter_vsrc_mandelbrot = {
.name = "mandelbrot", .name = "mandelbrot",
.description = NULL_IF_CONFIG_SMALL("Mandelbrot renderer"), .description = NULL_IF_CONFIG_SMALL("Mandelbrot fractal renderer"),
.priv_size = sizeof(MBContext), .priv_size = sizeof(MBContext),
.init = init, .init = init,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment