From dc281902a50c494db97035b2614b0cd8a83b38fe Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 13 Feb 2007 14:38:14 +0000 Subject: [PATCH] Removed or updated outdated restriction statements --- test/libburner.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/libburner.c b/test/libburner.c index b7d9cbb..44d4f60 100644 --- a/test/libburner.c +++ b/test/libburner.c @@ -9,7 +9,7 @@ libburner is a minimal demo application for the library libburn as provided on http://libburnia.pykix.org . It can list the available devices, can blank a CD-RW or DVD-RW, can format a DVD-RW, and can burn to CD-R, CD-RW, - DVD+RW, DVD-RAM or DVD-RW. Not tested: DVD-R. Not supported yet: DVD+R [DL]. + DVD+RW, DVD-RAM or DVD-RW. Not supported yet: DVD+R [DL]. It's main purpose, nevertheless, is to show you how to use libburn and also to serve the libburnia team as reference application. libburner.c does indeed @@ -306,8 +306,9 @@ int libburner_blank_disc(struct burn_drive *drive, int blank_fast) } -/** Persistently changes DVD-RW profile 0014h "Sequential Recording" - to profile 0013h "Restricted Overwrite" which is usable with libburner. +/** Persistently changes DVD-RW profile 0014h "Sequential Recording" to + profile 0013h "Restricted Overwrite" which needs no blanking for re-use + but is not capable of multi-session. Expect a behavior similar to blanking with unusual noises from the drive. */