summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-14 11:51:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-14 11:51:51 +0200
commitdb20f08a5848a018843210f5be129ea428bb1d78 (patch)
treeeb2115a2a84a675586236e833a004e061d573864 /device.h
parent9a59ece83e07d6f32a40bd48ac685b7ec0649feb (diff)
downloadvdr-db20f08a5848a018843210f5be129ea428bb1d78.tar.gz
vdr-db20f08a5848a018843210f5be129ea428bb1d78.tar.bz2
Fixed starting a recording of the current channel with only one DVB card
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 0d10793f..c6b851cd 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.16 2002/09/08 14:56:21 kls Exp $
+ * $Id: device.h 1.17 2002/09/14 10:00:16 kls Exp $
*/
#ifndef __DEVICE_H
@@ -177,7 +177,7 @@ private:
bool active;
virtual void Action(void);
protected:
- enum ePidType { ptVideo, ptAudio, ptTeletext, ptDolby, ptOther };
+ enum ePidType { ptAudio, ptVideo, ptTeletext, ptDolby, ptOther };
class cPidHandle {
public:
int pid;