diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-22 21:47:34 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-24 05:08:49 +0200 |
commit | d5802a59f775672dec1f599fe123cb29e5ae533f (patch) | |
tree | 4cc7fcea0650e78e7dccbf08de39f6da85eae168 /libavfilter | |
parent | 7343727a8f4d066a6e24d0d0525ed2b4729d392a (diff) | |
download | ffmpeg-d5802a59f775672dec1f599fe123cb29e5ae533f.tar.gz |
lavfutils: fix copyright
git blame:
77 Stefano Sabatini
1 Michael Niedermayer
Initial commit:
commit 2f83681c79a7419bec14ed6f40bf3a69b5dd16c2
Author: Stefano Sabatini <stefasab@gmail.com>
Date: Sat Mar 10 14:01:28 2012 +0100
lavfi: port libmpcodecs remove-logo filter
The code is based on the remove-logo filter in MPlayer/libmpcodecs, by
Robert Edele, relicensed to LGPL with consent of the author.
Address trac issue #249.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/lavfutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/lavfutils.c b/libavfilter/lavfutils.c index d98c3a6cde..ce0466d1a3 100644 --- a/libavfilter/lavfutils.c +++ b/libavfilter/lavfutils.c @@ -1,4 +1,6 @@ /* + * Copyright 2012 Stefano Sabatini <stefasab gmail com> + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |