diff libmpcodecs/vf_unsharp.c @ 22507:a46ab26b2d5e

Source files should not contain non-ASCII characters.
author diego
date Mon, 12 Mar 2007 15:52:34 +0000
parents fd54975f9135
children a124f3abc1ec
line wrap: on
line diff
--- a/libmpcodecs/vf_unsharp.c	Mon Mar 12 15:48:13 2007 +0000
+++ b/libmpcodecs/vf_unsharp.c	Mon Mar 12 15:52:34 2007 +0000
@@ -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 @@
 vf_info_t vf_info_unsharp = {
     "unsharp mask & gaussian blur",
     "unsharp",
-    "Rémi Guyomarch",
+    "Remi Guyomarch",
     "",
     open,
     NULL