record bs_dmx = 2mb / bs = 4mb

Origin commit data
------------------
Branch: master
Commit: a20318bad8
Author: max_10 <max_10@gmx.de>
Date: 2014-10-12 (Sun, 12 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2014-10-12 17:46:42 +02:00
parent cc4b207887
commit 06644f386b

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();