mirror of https://git.ffmpeg.org/ffmpeg.git
mandelbrot: add "fractal" to the description
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4c52adad69
commit
5582e557e6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue