mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
lavfi: Add OpenCL overlay filter
Input and output formats must be the same, the overlay format must be the same as the input except possibly with an additional alpha component.
This commit is contained in:
@@ -262,6 +262,7 @@ static void register_all(void)
|
||||
REGISTER_FILTER(OCV, ocv, vf);
|
||||
REGISTER_FILTER(OSCILLOSCOPE, oscilloscope, vf);
|
||||
REGISTER_FILTER(OVERLAY, overlay, vf);
|
||||
REGISTER_FILTER(OVERLAY_OPENCL, overlay_opencl, vf);
|
||||
REGISTER_FILTER(OVERLAY_QSV, overlay_qsv, vf);
|
||||
REGISTER_FILTER(OWDENOISE, owdenoise, vf);
|
||||
REGISTER_FILTER(PAD, pad, vf);
|
||||
|
||||
Reference in New Issue
Block a user