[FFmpeg-devel] [PATCH] libavfilter: Add OpenCL convolution filter v0.2: add name

Danil Iashchenko danyaschenko at gmail.com
Fri Mar 23 15:22:42 EET 2018


Thanks, fixed!

---
 libavfilter/opencl/convolution.cl   | 2 ++
 libavfilter/vf_convolution_opencl.c | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/libavfilter/opencl/convolution.cl b/libavfilter/opencl/convolution.cl
index aa1db97..c0748cc 100644
--- a/libavfilter/opencl/convolution.cl
+++ b/libavfilter/opencl/convolution.cl
@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2018 Danil Iashchenko
+ *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
diff --git a/libavfilter/vf_convolution_opencl.c b/libavfilter/vf_convolution_opencl.c
index b788033..e6b5438 100644
--- a/libavfilter/vf_convolution_opencl.c
+++ b/libavfilter/vf_convolution_opencl.c
@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2018 Danil Iashchenko
+ *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
-- 
2.7.4



More information about the ffmpeg-devel mailing list