Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
c3543a6f
Commit
c3543a6f
authored
Jul 16, 2005
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Meant to set first and last entry for each *track*.
parent
398bf6a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/access/vcdx/info.c
modules/access/vcdx/info.c
+2
-0
No files found.
modules/access/vcdx/info.c
View file @
c3543a6f
...
...
@@ -108,10 +108,12 @@ VCDMetaInfo( access_t *p_access, /*const*/ char *psz_mrl )
#define TITLE_MAX 30
for
(
i_track
=
1
;
i_track
<
p_vcdplayer
->
i_tracks
;
i_track
++
)
{
char
psz_cat
[
20
];
unsigned
int
audio_type
=
vcdinfo_get_track_audio_type
(
p_vcdplayer
->
vcd
,
i_track
);
uint32_t
i_secsize
=
vcdinfo_get_track_sect_count
(
p_vcdplayer
->
vcd
,
i_track
);
snprintf
(
psz_cat
,
sizeof
(
psz_cat
),
"Track %d"
,
i_track
);
if
(
p_vcdplayer
->
b_svd
)
{
addnum
(
_
(
"Audio Channels"
),
vcdinfo_audio_type_num_channels
(
p_vcdplayer
->
vcd
,
audio_type
)
);
...
...
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