mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
6ffe911302
commit
977ee8afd6
@ -421,7 +421,7 @@ static int negate_init(AVFilterContext *ctx)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return lut_init(ctx);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINE_LUT_FILTER(negate, "Negate input video.");
|
DEFINE_LUT_FILTER(negate, "Negate input video.");
|
||||||
|
Loading…
Reference in New Issue
Block a user