summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vf_unsharp.c4
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