mandelbrot: add "fractal" to the description

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-15 17:14:15 +01:00
parent 4c52adad69
commit 5582e557e6
1 changed files with 1 additions and 1 deletions

View File

@ -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,