diff mbox series

[FFmpeg-devel] avfilter/vf_owdenoise: relicense my code

Message ID 20211023163929.11822-1-michael@niedermayer.cc
State Accepted
Commit 069f7831a2bd1545080121fb6d0773191cd61d70
Headers show
Series [FFmpeg-devel] avfilter/vf_owdenoise: relicense my code | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Michael Niedermayer Oct. 23, 2021, 4:39 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavfilter/vf_owdenoise.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Michael Niedermayer Oct. 25, 2021, 1:11 p.m. UTC | #1
On Sat, Oct 23, 2021 at 06:39:29PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavfilter/vf_owdenoise.c | 5 +++++
>  1 file changed, 5 insertions(+)

will apply

[...]
diff mbox series

Patch

diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c
index f15baf7e084..bb99e8f33c4 100644
--- a/libavfilter/vf_owdenoise.c
+++ b/libavfilter/vf_owdenoise.c
@@ -19,6 +19,11 @@ 
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+// The code written by Michael Niedermayer in 70024b6b47b9eacfe01e8f92349ca9bf1ccd7d5a:libavfilter/vf_owdenoise.c
+// can also be used under the LGPL due to:
+// <michaelni> durandal_1707, if you do all the "todo" points from vf_owdenoise.c that are in that file since 2013 then sure i would be more than happy to relicense my part of it to LGPL
+// <durandal_1707> michaelni: first relicense than work
+
 /**
  * @todo try to change to int
  * @todo try lifting based implementation