Commit 49fe08ff authored by Rocky Bernstein's avatar Rocky Bernstein

Some small cleanups.

parent 8329eed8
...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment