[FFmpeg-cvslog] mandelbrot: add "fractal" to the description

Michael Niedermayer git at videolan.org
Tue Nov 15 17:30:14 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov 15 17:14:15 2011 +0100| [5582e557e6447aae4fed37a6a25c0653c54a9568] | committer: Michael Niedermayer

mandelbrot: add "fractal" to the description

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5582e557e6447aae4fed37a6a25c0653c54a9568
---

 libavfilter/vsrc_mandelbrot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 9ebab01..b77b6d7 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,



More information about the ffmpeg-cvslog mailing list