This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mandelbrot: increase default maxiter to 1024
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
07f272bdbb
commit
3de934c873
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vsrc_mandelbrot.c
+ 1
- 1
libavfilter/vsrc_mandelbrot.c
View File
@@ -66,7 +66,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
AVRational frame_rate_q;
int ret;
mb->maxiter=
256
;
mb->maxiter=
1024
;
mb->start_x=-0.743643887037158704752191506114774;
mb->start_y=-0.131825904205311970493132056385139;
mb->start_scale=3.0;
Write
Preview
Loading…
Cancel
Save