diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-10-23 15:24:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-10-24 16:54:36 +0200 |
commit | 069f7831a2bd1545080121fb6d0773191cd61d70 (patch) | |
tree | 399c551f4f32225919cb143ede4f5efc56390f22 | |
parent | 8316b2a15f5e3c0f8da43fa1e43bb5717b56b48a (diff) | |
download | ffmpeg-069f7831a2bd1545080121fb6d0773191cd61d70.tar.gz |
avfilter/vf_owdenoise: relicense my code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavfilter/vf_owdenoise.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c index f15baf7e08..bb99e8f33c 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 |