From 06644f386b923f8ed7946a4b23e63031cbe10343 Mon Sep 17 00:00:00 2001 From: max_10 Date: Sun, 12 Oct 2014 17:46:42 +0200 Subject: [PATCH] record bs_dmx = 2mb / bs = 4mb Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a20318bad8ef04ef460d9a7a8a536cca5fac6663 Author: max_10 Date: 2014-10-12 (Sun, 12 Oct 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/record_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspark/record_lib.h b/libspark/record_lib.h index 15fc87b..5ff453e 100644 --- a/libspark/record_lib.h +++ b/libspark/record_lib.h @@ -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();