From: Zhao Zhili <[email protected]>
---
libavfilter/vsrc_mandelbrot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 3f14f1e7f9..84eeadb703 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -256,7 +256,7 @@ static void draw_mandelbrot(AVFilterContext *ctx, uint32_t
*color, int linesize,
}
for(x=0; x<s->w; x++){
- float av_uninit(epsilon);
+ float epsilon = 0.0f;
const double cr=s->start_x+scale*(x-s->w/2);
double zr=cr;
double zi=ci;
--
2.46.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".