Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
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
Hide 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)
%a : The album artist **
%A : The album information **
%C : Category **
%e : The extended track data
%I : CDDB disk ID **
%G : Genre **
%M : The current MRL
...
...
@@ -694,8 +695,7 @@ CDDAFormatStr( const access_t *p_access, cdda_data_t *p_cdda,
{
char
psz_buffer
[
MSTRTIME_MAX_SIZE
];
unsigned
int
i_track_frames
=
cdio_get_track_lsn
(
p_cdda
->
p_cdio
,
i_track
+
1
)
-
cdio_get_track_lsn
(
p_cdda
->
p_cdio
,
i_track
);
cdio_get_track_sec_count
(
p_cdda
->
p_cdio
,
i_track
);
mtime_t
i_duration
=
i_track_frames
/
CDIO_CD_FRAMES_PER_SEC
;
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