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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel