With -atip report "booktype" for DVD media and no questionable ATIP info

This commit is contained in:
Thomas Schmitt 2006-12-20 18:02:34 +00:00
parent dae337de09
commit 8d54a56590
2 changed files with 26 additions and 21 deletions

View File

@ -3724,6 +3724,9 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag)
else
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");
if(burn_disc_erasable(drive)) {
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 */
printf(" 1T speed low: %.f 1T speed high: %.f\n",x_speed_min,x_speed_max);
}
ret= 1;
if(flag&1)
Cdrskin_toc(skin,1);/*cdrecord seems to ignore -toc errors if -atip is ok */

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.20.174016"
#define Cdrskin_timestamP "2006.12.20.180214"