Commit be97e7b9 authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer

mandelbrot: remove unused variables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 459bba58
......@@ -65,7 +65,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
char frame_size [128] = "640x480";
char frame_rate [128] = "25";
AVRational frame_rate_q;
int ret;
mb->maxiter=4096;
mb->start_x=-0.743643887037158704752191506114774;
......@@ -108,7 +107,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
static av_cold void uninit(AVFilterContext *ctx)
{
MBContext *mb = ctx->priv;
int i;
av_freep(&mb->point_cache);
av_freep(&mb-> next_cache);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment