From 5582e557e6447aae4fed37a6a25c0653c54a9568 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 15 Nov 2011 17:14:15 +0100 Subject: mandelbrot: add "fractal" to the description Signed-off-by: Michael Niedermayer --- libavfilter/vsrc_mandelbrot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vsrc_mandelbrot.c') diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c index 9ebab011cf..b77b6d7a54 100644 --- a/libavfilter/vsrc_mandelbrot.c +++ b/libavfilter/vsrc_mandelbrot.c @@ -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, -- cgit v1.2.3