On 4/20/19, Mark Thompson <s...@jkqxz.net> wrote: > On 17/04/2019 03:08, Jarek Samic wrote: >> This is a direct port of the CPU filter. >> >> Signed-off-by: Jarek Samic <cldfi...@gmail.com> >> --- >> More fixes based on the comments from the second version of the patch >> (moving sampler declaration into the program scope, `f`-suffixing >> constants, attaching the `*` sigil to the variable name rather than the >> data type). >> >> configure | 1 + >> doc/filters.texi | 33 +++++ >> libavfilter/Makefile | 2 + >> libavfilter/allfilters.c | 1 + >> libavfilter/opencl/colorkey.cl | 49 +++++++ >> libavfilter/opencl_source.h | 1 + >> libavfilter/vf_colorkey_opencl.c | 244 +++++++++++++++++++++++++++++++ >> 7 files changed, 331 insertions(+) >> create mode 100644 libavfilter/opencl/colorkey.cl >> create mode 100644 libavfilter/vf_colorkey_opencl.c > > LGTM, and applied. >
Next time bump minor version of lavfi. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".