diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-12 15:52:34 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-12 15:52:34 +0000 |
commit | 4a75f5849f97ada68141f4b49512ef7b3c79df5d (patch) | |
tree | 94fbb2b4e9d6c76d51a122aed3b5b1929c5016b0 /libmpcodecs | |
parent | 164c303028d30e993db31c92e27751d3b855497b (diff) |
Source files should not contain non-ASCII characters.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22525 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/vf_unsharp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vf_unsharp.c b/libmpcodecs/vf_unsharp.c index e9506083c3..e87a35c0e6 100644 --- a/libmpcodecs/vf_unsharp.c +++ b/libmpcodecs/vf_unsharp.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Rémi Guyomarch <rguyom@pobox.com> + Copyright (C) 2002 Remi Guyomarch <rguyom@pobox.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -314,7 +314,7 @@ static int open( vf_instance_t *vf, char* args ) { vf_info_t vf_info_unsharp = { "unsharp mask & gaussian blur", "unsharp", - "Rémi Guyomarch", + "Remi Guyomarch", "", open, NULL |