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
49fe08ff
Commit
49fe08ff
authored
Dec 17, 2004
by
Rocky Bernstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small cleanups.
parent
8329eed8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/cdda/info.c
modules/access/cdda/info.c
+2
-2
No files found.
modules/access/cdda/info.c
View file @
49fe08ff
...
@@ -509,6 +509,7 @@ cdda_data_t *p_cdda, char *psz_cdtext)
...
@@ -509,6 +509,7 @@ cdda_data_t *p_cdda, char *psz_cdtext)
%a : The album artist **
%a : The album artist **
%A : The album information **
%A : The album information **
%C : Category **
%C : Category **
%e : The extended track data
%I : CDDB disk ID **
%I : CDDB disk ID **
%G : Genre **
%G : Genre **
%M : The current MRL
%M : The current MRL
...
@@ -694,8 +695,7 @@ CDDAFormatStr( const access_t *p_access, cdda_data_t *p_cdda,
...
@@ -694,8 +695,7 @@ CDDAFormatStr( const access_t *p_access, cdda_data_t *p_cdda,
{
{
char
psz_buffer
[
MSTRTIME_MAX_SIZE
];
char
psz_buffer
[
MSTRTIME_MAX_SIZE
];
unsigned
int
i_track_frames
=
unsigned
int
i_track_frames
=
cdio_get_track_lsn
(
p_cdda
->
p_cdio
,
i_track
+
1
)
-
cdio_get_track_sec_count
(
p_cdda
->
p_cdio
,
i_track
);
cdio_get_track_lsn
(
p_cdda
->
p_cdio
,
i_track
);
mtime_t
i_duration
=
mtime_t
i_duration
=
i_track_frames
/
CDIO_CD_FRAMES_PER_SEC
;
i_track_frames
/
CDIO_CD_FRAMES_PER_SEC
;
add_format_str_info
(
secstotimestr
(
psz_buffer
,
add_format_str_info
(
secstotimestr
(
psz_buffer
,
...
...
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