Mercurial > audlegacy-plugins
changeset 1388:eb6c11de9f33
Changed the cdda bitrate to 1411kbit/s in respect to the Red Book specifications
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Fri, 27 Jul 2007 23:03:20 +0300 |
parents | 20c6caad7e03 |
children | e2754a023ae0 |
files | src/cdaudio-ng/cdaudio-ng.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cdaudio-ng/cdaudio-ng.c Fri Jul 27 21:59:26 2007 +0300 +++ b/src/cdaudio-ng/cdaudio-ng.c Fri Jul 27 23:03:20 2007 +0300 @@ -476,7 +476,7 @@ char *title = xmms_get_titlestring(xmms_get_gentitle_format(), create_tuple_from_trackinfo(pinputplayback->filename)); - inputplugin.set_info(title, calculate_track_length(trackinfo[trackno].startlsn, trackinfo[trackno].endlsn), 128000, 44100, 2); + inputplugin.set_info(title, calculate_track_length(trackinfo[trackno].startlsn, trackinfo[trackno].endlsn), 1411200, 44100, 2); free(title); if (use_dae) {