summaryrefslogtreecommitdiff
path: root/libavfilter/vf_unsharp.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-28 10:22:58 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-28 10:22:58 +0000
commit3fa77bde1b1e977b07070c72a9c2aaa5ad7dbf8d (patch)
tree6a27f63be6d57fd34b1771b44c7352cfcf0107bb /libavfilter/vf_unsharp.c
parente8ffb2fa4c233fe5d1e0bf385bd40b27288abc8b (diff)
In libavfilter, use consistently "Copyright (c)" in the license
headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_unsharp.c')
-rw-r--r--libavfilter/vf_unsharp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavfilter/vf_unsharp.c b/libavfilter/vf_unsharp.c
index 5cc5aa19ba..7aa7a43651 100644
--- a/libavfilter/vf_unsharp.c
+++ b/libavfilter/vf_unsharp.c
@@ -1,7 +1,6 @@
/*
- * Ported to FFmpeg from MPlayer libmpcodecs/unsharp.c
- * Original copyright (C) 2002 Remi Guyomarch <rguyom@pobox.com>
- * Port copyright (C) 2010 Daniel G. Taylor <dan@programmer-art.org>
+ * Original copyright (c) 2002 Remi Guyomarch <rguyom@pobox.com>
+ * Port copyright (c) 2010 Daniel G. Taylor <dan@programmer-art.org>
* Relicensed to the LGPL with permission from Remi Guyomarch.
*
* This file is part of FFmpeg.
@@ -23,7 +22,8 @@
/**
* @file
- * blur / sharpen filter
+ * blur / sharpen filter, ported to FFmpeg from MPlayer
+ * libmpcodecs/unsharp.c.
*
* This code is based on:
*