Commit 977ee8af authored by Paul B Mahol's avatar Paul B Mahol

lavfi/negate: stop calling lut_init() as that function does nothing now

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 6ffe9113
......@@ -421,7 +421,7 @@ static int negate_init(AVFilterContext *ctx)
}
}
return lut_init(ctx);
return 0;
}
DEFINE_LUT_FILTER(negate, "Negate input video.");
......
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