record bs_dmx = 2mb / bs = 4mb

This commit is contained in:
max10
2014-10-12 17:46:42 +02:00
parent 4798ce2517
commit a20318bad8

View File

@@ -39,7 +39,7 @@ class cRecord
unsigned char *io_buf[RECORD_WRITER_CHUNKS];
size_t io_len[RECORD_WRITER_CHUNKS];
public:
cRecord(int num = 0, int bs_dmx = 100 * 188 * 1024, int bs = 100 * 188 * 1024);
cRecord(int num = 0, int bs_dmx = 2048 * 1024, int bs = 4096 * 1024);
void setFailureCallback(void (*f)(void *), void *d) { failureCallback = f; failureData = d; }
~cRecord();