summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-08 15:34:38 +0000
committerlordjaxom <lordjaxom>2005-02-08 15:34:38 +0000
commit0132230de0a894c4bf40dced2b82ea60546b9a61 (patch)
treeb5b884fc27dd5cfcf4b6dd29d043796985dbe0ab /common.h
parent916ed238bca58539835c4ee769ce8ddd9f5456d7 (diff)
downloadvdr-plugin-streamdev-0132230de0a894c4bf40dced2b82ea60546b9a61.tar.gz
vdr-plugin-streamdev-0132230de0a894c4bf40dced2b82ea60546b9a61.tar.bz2
- transfer
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/common.h b/common.h
index 9f4afdd..630d47c 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.2 2005/02/08 13:59:16 lordjaxom Exp $
+ * $Id: common.h,v 1.3 2005/02/08 15:34:38 lordjaxom Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -65,7 +65,10 @@ enum eStreamType {
stPES,
stPS,
stES,
- st_Count
+ stTSPIDS,
+
+#define st_CountSetup (stES+1)
+#define st_Count (stTSPIDS+1)
};
enum eSuspendMode {