You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
mandelbrot: add "fractal" to the description
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user