[vlc-devel] commit: Latin-1 -> UTF-8 ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Nov 24 22:06:47 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov 24 23:04:34 2009 +0200| [b1efb935f041e90f2fee0a706ce542e5f7d94977] | committer: Rémi Denis-Courmont
Latin-1 -> UTF-8
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1efb935f041e90f2fee0a706ce542e5f7d94977
---
compat/strtok_r.c | 2 +-
modules/demux/ogg.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compat/strtok_r.c b/compat/strtok_r.c
index b1968c7..3114167 100755
--- a/compat/strtok_r.c
+++ b/compat/strtok_r.c
@@ -1,7 +1,7 @@
/*****************************************************************************
* strtok_r.c: POSIX strtok_r() replacement
*****************************************************************************
- * Copyright © 1998-2009 the VideoLAN project
+ * Copyright © 1998-2009 the VideoLAN project
*
* 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/demux/ogg.c b/modules/demux/ogg.c
index 2c628f1..c41c962 100644
--- a/modules/demux/ogg.c
+++ b/modules/demux/ogg.c
@@ -1555,7 +1555,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
switch( i_codec )
{
- /* 3 headers with the 2° one being the comments */
+ /* 3 headers with the 2° one being the comments */
case VLC_CODEC_VORBIS:
Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 1+6, false );
break;
@@ -1566,7 +1566,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 0, false );
break;
- /* N headers with the 2° one being the comments */
+ /* N headers with the 2° one being the comments */
case VLC_CODEC_KATE:
/* 1 byte for header type, 7 bit for magic, 1 reserved zero byte */
Ogg_ExtractXiphMeta( p_demux, p_headers, i_headers, 1+7+1, true );
More information about the vlc-devel
mailing list