With -atip report "booktype" for DVD media and no questionable ATIP info
This commit is contained in:
parent
72f60fd10e
commit
19fe021271
@ -3724,6 +3724,9 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag)
|
|||||||
else
|
else
|
||||||
printf("Current: CD-R\n");
|
printf("Current: CD-R\n");
|
||||||
}
|
}
|
||||||
|
if(strstr(profile_name,"DVD")==profile_name) {
|
||||||
|
printf("book type: %s (emulated)\n", profile_name);
|
||||||
|
} else {
|
||||||
printf("ATIP info from disk:\n");
|
printf("ATIP info from disk:\n");
|
||||||
if(burn_disc_erasable(drive)) {
|
if(burn_disc_erasable(drive)) {
|
||||||
if(is_not_really_erasable)
|
if(is_not_really_erasable)
|
||||||
@ -3749,6 +3752,8 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag)
|
|||||||
#endif /* Cdrskin_libburn_has_get_start_end_lbA */
|
#endif /* Cdrskin_libburn_has_get_start_end_lbA */
|
||||||
|
|
||||||
printf(" 1T speed low: %.f 1T speed high: %.f\n",x_speed_min,x_speed_max);
|
printf(" 1T speed low: %.f 1T speed high: %.f\n",x_speed_min,x_speed_max);
|
||||||
|
}
|
||||||
|
|
||||||
ret= 1;
|
ret= 1;
|
||||||
if(flag&1)
|
if(flag&1)
|
||||||
Cdrskin_toc(skin,1);/*cdrecord seems to ignore -toc errors if -atip is ok */
|
Cdrskin_toc(skin,1);/*cdrecord seems to ignore -toc errors if -atip is ok */
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2006.12.20.174016"
|
#define Cdrskin_timestamP "2006.12.20.180214"
|
||||||
|
Loading…
Reference in New Issue
Block a user