mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
lavfi: add negate filter
This filter is a simple wrapper around the LUT filter.
This commit is contained in:
@@ -58,6 +58,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (LUTRGB, lutrgb, vf);
|
||||
REGISTER_FILTER (LUTYUV, lutyuv, vf);
|
||||
REGISTER_FILTER (MP, mp, vf);
|
||||
REGISTER_FILTER (NEGATE, negate, vf);
|
||||
REGISTER_FILTER (NOFORMAT, noformat, vf);
|
||||
REGISTER_FILTER (NULL, null, vf);
|
||||
REGISTER_FILTER (OCV, ocv, vf);
|
||||
|
||||
Reference in New Issue
Block a user