diff mbox

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

Message ID 1521811362-6199-1-git-send-email-danyaschenko@gmail.com
State New
Headers show

Commit Message

Danil Iashchenko March 23, 2018, 1:22 p.m. UTC
Thanks, fixed!

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

Comments

Josh Dekker March 24, 2018, 1:36 a.m. UTC | #1
On 2018/03/23 13:22, Danil Iashchenko wrote:
> Thanks, fixed!
> 
> ---
>   libavfilter/opencl/convolution.cl   | 2 ++
>   libavfilter/vf_convolution_opencl.c | 2 ++
>   2 files changed, 4 insertions(+)

When you update patches you should send the same patch again (yes the 
whole patch) with the required changes, and a version in the email 
subject (i.e. [PATCH v2] libavfilter: Add OpenCL convolution filter).
diff mbox

Patch

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