From fd5b681bc622a504bf00ba21c1a296d0175a2c39 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 18 Apr 2007 10:36:35 +0000 Subject: [PATCH] Updated comments about DVD+R --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/mmc.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index a3a3bd5..ce0fa7b 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.04.13.173008" +#define Cdrskin_timestamP "2007.04.18.103734" diff --git a/libburn/mmc.c b/libburn/mmc.c index 61d179b..3229241 100644 --- a/libburn/mmc.c +++ b/libburn/mmc.c @@ -50,10 +50,10 @@ extern struct libdax_msgs *libdax_messenger; /* ts A70129 */ #define Libburn_support_dvd_r_seQ 1 -/* ts A70306 >>> UNTESTED */ +/* ts A70306 */ #define Libburn_support_dvd_plus_R 1 -/* Progress report: +/* DVD progress report: ts A61219 : It seems to work with a used (i.e. thoroughly formatted) DVD+RW. Error messages of class DEBUG appear because of inability to read TOC or track info. Nevertheless, the written images verify. @@ -88,7 +88,8 @@ extern struct libdax_msgs *libdax_messenger; ts A70205 : Beginning to implement DVD-R[W] DAO : single track and session, size prediction mandatory. ts A70208 : Finally made tests with DVD-R. Worked exactly as new DVD-RW. - + ts A70306 : Implemented DVD+R (always -multi for now) + ts A70330 : Allowed finalizing of DVD+R. */