From 300b9e70169ac000932e9ba8c5bedf0e08d39b28 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 30 Aug 2015 18:52:39 +0000 Subject: [PATCH] Small change in API documentation about burn_drive_set_buffer_waiting() --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index a459b5a..77b788a 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2015.08.02.141552" +#define Cdrskin_timestamP "2015.08.30.185208" diff --git a/libburn/libburn.h b/libburn/libburn.h index 137fd34..b42ba9a 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -2941,7 +2941,9 @@ void burn_drive_set_speed(struct burn_drive *d, int read, int write); To have max_percent larger than the burner's best reported buffer fill has the same effect as min_percent==max_percent. Some burners do not report their full buffer with all media types. Some are not suitable because - they report their buffer fill with delay. + they report their buffer fill with delay. Some do not go to full speed + unless their buffer is full. + @param d The drive to control @param enable 0= disable , 1= enable waiting , (-1 = do not change setting) @param min_usec Shortest possible sleeping period (given in micro seconds)