changeset 22507:a46ab26b2d5e

Source files should not contain non-ASCII characters.
author diego
date Mon, 12 Mar 2007 15:52:34 +0000
parents 72fbf66a9429
children 499052866262
files libmpcodecs/vf_unsharp.c libmpdemux/demux_mpc.c libmpdemux/demux_mpg.c stream/tvi_v4l.c
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
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
--- a/libmpdemux/demux_mpc.c	Mon Mar 12 15:48:13 2007 +0000
+++ b/libmpdemux/demux_mpc.c	Mon Mar 12 15:52:34 2007 +0000
@@ -1,6 +1,6 @@
 /**
  * Demuxer for Musepack v7 bitstream
- * by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
+ * by Reimar Doeffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
  * This code may be be relicensed under the terms of the GNU LGPL when it
  * becomes part of the FFmpeg project (ffmpeg.org)
  */
--- a/libmpdemux/demux_mpg.c	Mon Mar 12 15:48:13 2007 +0000
+++ b/libmpdemux/demux_mpg.c	Mon Mar 12 15:52:34 2007 +0000
@@ -1128,7 +1128,7 @@
   "MPEG ES in GXF demuxer",
   "mpeggxf",
   "MPEG-ES in GXF",
-  "Reimar Döffinger",
+  "Reimar Doeffinger",
   "Mpeg",
   DEMUXER_TYPE_MPEG_GXF,
   0, // hack autodetection
--- a/stream/tvi_v4l.c	Mon Mar 12 15:48:13 2007 +0000
+++ b/stream/tvi_v4l.c	Mon Mar 12 15:52:34 2007 +0000
@@ -10,7 +10,7 @@
     Jindrich Makovicka <makovick@gmail.com>
 
   Mjpeg hardware encoding support by 
-    Iván Szántó <szivan@freemail.hu>
+    Ivan Szanto <szivan@freemail.hu>
 
   CODE IS UNDER DEVELOPMENT, NO FEATURE REQUESTS PLEASE!
 */