Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
b1efb935
Commit
b1efb935
authored
Nov 24, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latin-1 ->
UTF-8
parent
136ebd84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
compat/strtok_r.c
compat/strtok_r.c
+1
-1
modules/demux/ogg.c
modules/demux/ogg.c
+2
-2
No files found.
compat/strtok_r.c
View file @
b1efb935
/*****************************************************************************
/*****************************************************************************
* strtok_r.c: POSIX strtok_r() replacement
* 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
* 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
* it under the terms of the GNU General Public License as published by
...
...
modules/demux/ogg.c
View file @
b1efb935
...
@@ -1555,7 +1555,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
...
@@ -1555,7 +1555,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
switch
(
i_codec
)
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
:
case
VLC_CODEC_VORBIS
:
Ogg_ExtractXiphMeta
(
p_demux
,
p_headers
,
i_headers
,
1
+
6
,
false
);
Ogg_ExtractXiphMeta
(
p_demux
,
p_headers
,
i_headers
,
1
+
6
,
false
);
break
;
break
;
...
@@ -1566,7 +1566,7 @@ static void Ogg_ExtractMeta( demux_t *p_demux, vlc_fourcc_t i_codec, const uint8
...
@@ -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
);
Ogg_ExtractXiphMeta
(
p_demux
,
p_headers
,
i_headers
,
0
,
false
);
break
;
break
;
/* N headers with the 2 one being the comments */
/* N headers with the 2
°
one being the comments */
case
VLC_CODEC_KATE
:
case
VLC_CODEC_KATE
:
/* 1 byte for header type, 7 bit for magic, 1 reserved zero byte */
/* 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
);
Ogg_ExtractXiphMeta
(
p_demux
,
p_headers
,
i_headers
,
1
+
7
+
1
,
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment