From a9117c755ec87f2e5fa9cd88d94713ee26031092 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 20 Jan 2012 14:16:49 +0100 Subject: lavfi: fix mp and mandelbrot descriptions to make them complete sentences This is consistent with the other filter descriptions. --- 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 f0ac7e1bcc..27f6671f76 100644 --- a/libavfilter/vsrc_mandelbrot.c +++ b/libavfilter/vsrc_mandelbrot.c @@ -411,7 +411,7 @@ static int request_frame(AVFilterLink *link) AVFilter avfilter_vsrc_mandelbrot = { .name = "mandelbrot", - .description = NULL_IF_CONFIG_SMALL("Mandelbrot fractal renderer."), + .description = NULL_IF_CONFIG_SMALL("Render a Mandelbrot fractal."), .priv_size = sizeof(MBContext), .init = init, -- cgit v1.2.3