[vlc-devel] commit: Fix non utf-8 encoding. ( Rémi Duraffort )

git version control git at videolan.org
Wed Jul 9 23:44:24 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Jul  4 20:59:29 2008 +0200| [6ce6dc06545e12f9f04c6afe60c99e06fdc71502]

Fix non utf-8 encoding.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ce6dc06545e12f9f04c6afe60c99e06fdc71502
---

 .../video_filter/dynamicoverlay/dynamicoverlay.c   |    2 +-
 .../dynamicoverlay/dynamicoverlay_commands.c       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay.c b/modules/video_filter/dynamicoverlay/dynamicoverlay.c
index ad8b5d2..02e9a56 100644
--- a/modules/video_filter/dynamicoverlay/dynamicoverlay.c
+++ b/modules/video_filter/dynamicoverlay/dynamicoverlay.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
  *
- * Author: Søren Bøg <avacore at videolan.org>
+ * Author: Soren Bog <avacore at videolan.org>
  *
  * 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
diff --git a/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c b/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
index 5ba4478..2ec1031 100644
--- a/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
+++ b/modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2008 the VideoLAN team
  * $Id$
  *
- * Author: Søren Bøg <avacore at videolan.org>
+ * Author: Soren Bog <avacore at videolan.org>
  *         Jean-Paul Saman <jpsaman at videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify




More information about the vlc-devel mailing list