[FFmpeg-cvslog] mandelbrot: more interresting zoom coordinates borrowed from wikipedia.
Michael Niedermayer
git at videolan.org
Sat Nov 12 16:49:54 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov 12 15:42:55 2011 +0100| [8ca891fc1a338624a3a9cb9a85b2e4546fbfc98b] | committer: Michael Niedermayer
mandelbrot: more interresting zoom coordinates borrowed from wikipedia.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ca891fc1a338624a3a9cb9a85b2e4546fbfc98b
---
libavfilter/vsrc_mandelbrot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 16a2e10..afbcd52 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -58,8 +58,8 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
int ret;
mb->maxiter=256;
- mb->start_x=0;
- mb->start_y=1;
+ mb->start_x=-0.743643887037158704752191506114774;
+ mb->start_y=-0.131825904205311970493132056385139;
mb->start_scale=3.0;
mb->end_scale=0.3;
mb->end_pts=200;
More information about the ffmpeg-cvslog
mailing list