summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-04-26 11:58:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-04-26 11:58:54 +0200
commitfd0774c811fca36db9cc1200037e8e8ee2608bb8 (patch)
tree0db5d193d8ce0d2e3dd4b86509ccac416b6d5ebd /device.h
parentf53912de1e265edbf166eac640b5509b0fd25356 (diff)
downloadvdr-fd0774c811fca36db9cc1200037e8e8ee2608bb8.tar.gz
vdr-fd0774c811fca36db9cc1200037e8e8ee2608bb8.tar.bz2
The PCR PID can now be set separately from the video PID
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 ad876ba8..8ffd4953 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.29 2003/01/03 15:43:48 kls Exp $
+ * $Id: device.h 1.30 2003/04/26 09:49:12 kls Exp $
*/
#ifndef __DEVICE_H
@@ -188,7 +188,7 @@ private:
bool active;
virtual void Action(void);
protected:
- enum ePidType { ptAudio, ptVideo, ptTeletext, ptDolby, ptOther };
+ enum ePidType { ptAudio, ptVideo, ptPcr, ptTeletext, ptDolby, ptOther };
class cPidHandle {
public:
int pid;