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
6cbedca6
Commit
6cbedca6
authored
Mar 29, 2004
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small cosmetic changes
parent
4abcb219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/access/vcdx/access.c
modules/access/vcdx/access.c
+3
-3
No files found.
modules/access/vcdx/access.c
View file @
6cbedca6
...
...
@@ -1092,11 +1092,11 @@ static void InformationCreate( input_thread_t *p_input )
#define TITLE_MAX 30
for
(
i_track
=
1
;
i_track
<
p_vcd
->
num_tracks
;
i_track
++
)
{
char
track_str
[
TITLE_MAX
];
char
psz_track
[
TITLE_MAX
];
unsigned
int
audio_type
=
vcdinfo_get_track_audio_type
(
p_vcd
->
vcd
,
i_track
);
snprintf
(
track_str
,
TITLE_MAX
,
"%s%02d"
,
_
(
"Track
"
),
i_track
);
p_cat
=
input_InfoCategory
(
p_input
,
track_str
);
snprintf
(
psz_track
,
TITLE_MAX
,
"%s%02d"
,
_
(
"Track
"
),
i_track
);
p_cat
=
input_InfoCategory
(
p_input
,
psz_track
);
if
(
p_vcd
->
b_svd
)
{
addnum
(
_
(
"Audio Channels"
),
...
...
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