summaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-07 15:44:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-07 15:44:32 +0100
commit7326f697b6fa691dd728d2302bf53333534017e4 (patch)
tree771d78b54cd63801d762265733304822da2df4f2 /transfer.h
parentbbe24e4e622f8f77e63724b4d624b0a7dc0c7d12 (diff)
downloadvdr-7326f697b6fa691dd728d2302bf53333534017e4.tar.gz
vdr-7326f697b6fa691dd728d2302bf53333534017e4.tar.bz2
Changed a variable name
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/transfer.h b/transfer.h
index 574adddf..bbe53a5b 100644
--- a/transfer.h
+++ b/transfer.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: transfer.h 1.7 2005/01/06 16:23:00 kls Exp $
+ * $Id: transfer.h 1.8 2005/01/07 15:44:32 kls Exp $
*/
#ifndef __TRANSFER_H
@@ -20,7 +20,7 @@ class cTransfer : public cReceiver, public cPlayer, public cThread {
private:
cRingBufferLinear *ringBuffer;
cRemux *remux;
- bool hasDolby;
+ bool needsBufferReserve;
bool active;
protected:
virtual void Activate(bool On);