summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vsrc_mandelbrot.c')
-rw-r--r--libavfilter/vsrc_mandelbrot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 05072e1380..66b0798188 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -69,8 +69,8 @@ typedef struct {
double end_scale;
double end_pts;
double bailout;
- enum Outer outer;
- enum Inner inner;
+ int outer;
+ int inner;
int cache_allocated;
int cache_used;
Point *point_cache;