summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-11 16:44:14 +0000
committerlordjaxom <lordjaxom>2005-02-11 16:44:14 +0000
commitad70fe8c64d1acdec15db886f91676b86f5f7bd4 (patch)
tree64ffd3faac794d3a462cb642e5a7057bd29cd20c /common.h
parentab8f0c75f39b57cd1e28545259fb08bb7b4925b3 (diff)
downloadvdr-plugin-streamdev-ad70fe8c64d1acdec15db886f91676b86f5f7bd4.tar.gz
vdr-plugin-streamdev-ad70fe8c64d1acdec15db886f91676b86f5f7bd4.tar.bz2
- transfer
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/common.h b/common.h
index af7068d..461f636 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.4 2005/02/10 22:24:26 lordjaxom Exp $
+ * $Id: common.h,v 1.5 2005/02/11 16:44:14 lordjaxom Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -42,7 +42,7 @@ class cChannel;
char *GetNextLine(char *String, uint Length, uint &Offset);
-const cChannel *ChannelFromString(char *String, int *Apid = NULL);
+const cChannel *ChannelFromString(const char *String, int *Apid = NULL);
/* Disable logging if BUFCOUNT buffer overflows occur within BUFOVERTIME
milliseconds. Enable logging again if there is no error within BUFOVERTIME
@@ -65,9 +65,10 @@ enum eStreamType {
stPES,
stPS,
stES,
+ stExtern,
stTSPIDS,
-#define st_CountSetup (stES+1)
+#define st_CountSetup (stExtern+1)
#define st_Count (stTSPIDS+1)
};