implement separate buffering of tag data and cluster table
This commit is contained in:
@@ -41,8 +41,13 @@ static enum ec3_status add_file(
|
||||
}
|
||||
|
||||
struct ec3_tag_writer *tag = NULL;
|
||||
enum ec3_status status
|
||||
= ec3_writer_create_tag(writer, 0, type, id, 0, &tag);
|
||||
enum ec3_status status = ec3_writer_create_tag(
|
||||
writer,
|
||||
EC3_TAG_WRITER_BUFFERED,
|
||||
type,
|
||||
id,
|
||||
0,
|
||||
&tag);
|
||||
|
||||
if (status != EC3_SUCCESS) {
|
||||
b_err("cannot initialise EC3 tag writer");
|
||||
|
||||
Reference in New Issue
Block a user