mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
mandelbrot: more interresting zoom coordinates borrowed from wikipedia.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
070d2d7589
commit
8ca891fc1a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user