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. Thanks! - Mark _______________________________________________ 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".