summaryrefslogtreecommitdiff
path: root/recorder.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-22 11:55:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-22 11:55:26 +0200
commit7cdfca45f4da02fdad4bbccebe9ba05da93610e0 (patch)
treedadf881d1f1510201dc5f6d94c1374695d5cc1cf /recorder.c
parent72c03260d77a0de52ed57992e374f26211fe2063 (diff)
downloadvdr-7cdfca45f4da02fdad4bbccebe9ba05da93610e0.tar.gz
vdr-7cdfca45f4da02fdad4bbccebe9ba05da93610e0.tar.bz2
Increased the size of the TS buffer to 5MB and that of the Recorder buffer to 20MB to better handle HD recordings
Diffstat (limited to 'recorder.c')
-rw-r--r--recorder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/recorder.c b/recorder.c
index c11fdf7c..a9cc8c95 100644
--- a/recorder.c
+++ b/recorder.c
@@ -4,13 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recorder.c 2.16 2012/09/22 11:52:33 kls Exp $
+ * $Id: recorder.c 2.17 2012/09/22 11:53:57 kls Exp $
*/
#include "recorder.h"
#include "shutdown.h"
-#define RECORDERBUFSIZE (MEGABYTE(5) / TS_SIZE * TS_SIZE) // multiple of TS_SIZE
+#define RECORDERBUFSIZE (MEGABYTE(20) / TS_SIZE * TS_SIZE) // multiple of TS_SIZE
// The maximum time we wait before assuming that a recorded video data stream
// is broken: