summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorkey_opencl.c
Commit message (Collapse)AuthorAge
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
| | | | It is not needed at all.
* lavfi: add colorkey_opencl filterJarek Samic2019-04-20
This is a direct port of the CPU filter. Signed-off-by: Jarek Samic <cldfire3@gmail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>