summaryrefslogtreecommitdiff
path: root/transfer.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-21 14:24:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-21 14:24:52 +0100
commitac9f4bb48fb3aa54e0fcdefc0037ee9a1c6576a1 (patch)
tree996e8986c0724faed7b6c19f1c553b6e2a8d3afd /transfer.c
parent610703ca960e2c1d0ab11b15d005d0aa5aa40bb1 (diff)
downloadvdr-ac9f4bb48fb3aa54e0fcdefc0037ee9a1c6576a1.tar.gz
vdr-ac9f4bb48fb3aa54e0fcdefc0037ee9a1c6576a1.tar.bz2
Disabled the "buffer reserve" in Transfer Mode
Diffstat (limited to 'transfer.c')
-rw-r--r--transfer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/transfer.c b/transfer.c
index f34dea7d..8a0db4d6 100644
--- a/transfer.c
+++ b/transfer.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: transfer.c 1.30 2005/08/14 10:55:03 kls Exp $
+ * $Id: transfer.c 1.31 2006/01/21 14:13:16 kls Exp $
*/
#include "transfer.h"
@@ -63,6 +63,7 @@ void cTransfer::Action(void)
int Result = 0;
#ifdef FW_NEEDS_BUFFER_RESERVE_FOR_AC3
bool GotBufferReserve = false;
+ GotBufferReserve = true; //XXX remove this line if you absolutely need the buffer reserve
int RequiredBufferReserve = KILOBYTE(DvbCardWith4MBofSDRAM ? 288 : 576);
#endif
while (Running()) {