mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avfilter: Port mp=eq/eq2 to lavfi
Code adapted from James Darnley's port Some fixes from Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
7aeafacfd0
commit
4c38e960d0
@@ -132,6 +132,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(DRAWTEXT, drawtext, vf);
|
||||
REGISTER_FILTER(EDGEDETECT, edgedetect, vf);
|
||||
REGISTER_FILTER(ELBG, elbg, vf);
|
||||
REGISTER_FILTER(EQ, eq, vf);
|
||||
REGISTER_FILTER(EXTRACTPLANES, extractplanes, vf);
|
||||
REGISTER_FILTER(FADE, fade, vf);
|
||||
REGISTER_FILTER(FIELD, field, vf);
|
||||
|
||||
Reference in New Issue
Block a user