mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00: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.");
|
||||
|
Loading…
Reference in New Issue
Block a user