summaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-06 16:23:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-06 16:23:11 +0100
commitcb696731e693392e07817d276f7ccb627a23dc51 (patch)
treee164a37d6d0728134116bc4fb615dd613c3bcf33 /transfer.h
parent05bd062f792b1c4d1b7b4222c84d239584a1dc60 (diff)
downloadvdr-cb696731e693392e07817d276f7ccb627a23dc51.tar.gz
vdr-cb696731e693392e07817d276f7ccb627a23dc51.tar.bz2
Only waiting for data if there actually is a DPid
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/transfer.h b/transfer.h
index de139705..574adddf 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.6 2004/11/28 11:51:37 kls Exp $
+ * $Id: transfer.h 1.7 2005/01/06 16:23:00 kls Exp $
*/
#ifndef __TRANSFER_H
@@ -20,6 +20,7 @@ class cTransfer : public cReceiver, public cPlayer, public cThread {
private:
cRingBufferLinear *ringBuffer;
cRemux *remux;
+ bool hasDolby;
bool active;
protected:
virtual void Activate(bool On);