Skip to content
Snippets Groups Projects
Commit 40d6e30c authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

mandelbrot: increase default maxiter

parent 6c5dd858
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) ...@@ -67,7 +67,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
AVRational frame_rate_q; AVRational frame_rate_q;
int ret; int ret;
mb->maxiter=1024; mb->maxiter=4096;
mb->start_x=-0.743643887037158704752191506114774; mb->start_x=-0.743643887037158704752191506114774;
mb->start_y=-0.131825904205311970493132056385139; mb->start_y=-0.131825904205311970493132056385139;
mb->start_scale=3.0; mb->start_scale=3.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment