You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_lut: Remove empty init function
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -607,13 +607,10 @@ AVFILTER_DEFINE_CLASS_EXT(lut, "lut/lutyuv/lutrgb", options);
|
|||||||
|
|
||||||
#if CONFIG_LUT_FILTER
|
#if CONFIG_LUT_FILTER
|
||||||
|
|
||||||
static int lut_init(AVFilterContext *ctx)
|
#define lut_init NULL
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
DEFINE_LUT_FILTER(lut, "Compute and apply a lookup table to the RGB/YUV input video.",
|
DEFINE_LUT_FILTER(lut, "Compute and apply a lookup table to the RGB/YUV input video.",
|
||||||
lut);
|
lut);
|
||||||
|
#undef lut_init
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_LUTYUV_FILTER
|
#if CONFIG_LUTYUV_FILTER
|
||||||
|
Reference in New Issue
Block a user