From 635996a327d4f9dd346a79e989ad816a73450107 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 15 Aug 2009 13:30:42 +0000 Subject: [PATCH] Added test code about output blocks size as comment. --- libburn/write.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libburn/write.c b/libburn/write.c index e754c04..0084586 100644 --- a/libburn/write.c +++ b/libburn/write.c @@ -1736,6 +1736,14 @@ int burn_dvd_write_sync(struct burn_write_opts *o, o->obs_pad = 1; /* fill-up track's last 32k buffer */ } + + /* <<< test only : Does this increase effective speed with USB ? + ts A90801 : 64kB: speed with 16x DVD-R is 12 rather than 8 + >>> next try is 128 kB + o->obs = 128 * 1024; + */ + + sprintf(msg, "dvd/bd Profile= %2.2Xh , obs= %d , obs_pad= %d", d->current_profile, o->obs, o->obs_pad); libdax_msgs_submit(libdax_messenger, d->global_index, 0x00000002,