From c8c4da8e8eb2e0126f21f4731ae4914b67b5a6f0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 20 Sep 2009 11:19:11 +0000 Subject: [PATCH] Mentioned need for 2056 byte fifo chunks with burn_track_set_cdxa_conv() --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index c8782fd..c3e8871 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.09.18.161944" +#define Cdrskin_timestamP "2009.09.20.111911" diff --git a/libburn/libburn.h b/libburn/libburn.h index 2037f51..db4bf67 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -1801,9 +1801,11 @@ struct burn_source *burn_fd_source_new(int datafd, int subfd, off_t size); @param inp The burn_source for which the fifo shall act as proxy. It can be disposed by burn_source_free() immediately after this call. - @param chunksize The size in bytes of a chunk. Use 2048 for sources - suitable for BURN_BLOCK_MODE1 and 2352 for sources - which deliver for BURN_BLOCK_AUDIO. + @param chunksize The size in bytes of a chunk. + Use 2048 for sources suitable for BURN_BLOCK_MODE1, + 2352 for sources which deliver for BURN_BLOCK_AUDIO, + 2056 for sources which shall get treated by + burn_track_set_cdxa_conv(track, 1). Some variations of burn_source might work only with a particular chunksize. E.g. libisofs demands 2048. @param chunks The number of chunks to be allocated in ring buffer.