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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-04-14 22:22:16 +00:00
parent 6ffe911302
commit 977ee8afd6

View File

@ -421,7 +421,7 @@ static int negate_init(AVFilterContext *ctx)
}
}
return lut_init(ctx);
return 0;
}
DEFINE_LUT_FILTER(negate, "Negate input video.");