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: more interresting zoom coordinates borrowed from wikipedia.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
070d2d7589
commit
8ca891fc1a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavfilter/vsrc_mandelbrot.c
+ 2
- 2
libavfilter/vsrc_mandelbrot.c
View File
@@ -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.
1
31825904205311970493132056385139
;
mb->start_scale=3.0;
mb->end_scale=0.3;
mb->end_pts=200;
Write
Preview
Loading…
Cancel
Save