mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
mandelbrot: increase default maxiter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6c5dd858b4
commit
40d6e30c55
@ -67,7 +67,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
|
||||
AVRational frame_rate_q;
|
||||
int ret;
|
||||
|
||||
mb->maxiter=1024;
|
||||
mb->maxiter=4096;
|
||||
mb->start_x=-0.743643887037158704752191506114774;
|
||||
mb->start_y=-0.131825904205311970493132056385139;
|
||||
mb->start_scale=3.0;
|
||||
|
Loading…
Reference in New Issue
Block a user