Browse Source

mandelbrot: add "fractal" to the description

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
5582e557e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vsrc_mandelbrot.c

+ 1
- 1
libavfilter/vsrc_mandelbrot.c View File

@@ -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…
Cancel
Save