Changed speed measurement of stdio-drives to DVD 1x units
This commit is contained in:
parent
18192de9df
commit
00d109aefa
@ -3285,7 +3285,8 @@ int Cdrskin_grab_drive(struct CdrskiN *skin, int flag)
|
||||
#ifdef Cdrskin_libburn_has_get_profilE
|
||||
ret= burn_disc_get_profile(drive,&profile_number,profile_name);
|
||||
if(ret>0) {
|
||||
if(strstr(profile_name,"DVD")==profile_name) {
|
||||
if(strstr(profile_name,"DVD")==profile_name ||
|
||||
strstr(profile_name,"stdio")==profile_name ) {
|
||||
Cdrskin_speed_factoR= Cdrskin_dvd_speed_factoR;
|
||||
Cdrskin_libburn_speed_factoR= Cdrskin_libburn_dvd_speed_factoR;
|
||||
Cdrskin_libburn_speed_addoN= Cdrskin_libburn_dvd_speed_addoN;
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.09.08.132058"
|
||||
#define Cdrskin_timestamP "2007.09.08.132206"
|
||||
|
Loading…
Reference in New Issue
Block a user