diff options
author | schmirl <schmirl> | 2007-04-24 10:50:13 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2007-04-24 10:50:13 +0000 |
commit | 2a4370b6a00f370b05e311478b693d90e19ce7c9 (patch) | |
tree | 51feb6c1909948ed4a67493ae7188a559ad4fd69 | |
parent | 0a59f04d60e72db367d2c087bebbf13d805b4397 (diff) | |
download | vdr-plugin-streamdev-2a4370b6a00f370b05e311478b693d90e19ce7c9.tar.gz vdr-plugin-streamdev-2a4370b6a00f370b05e311478b693d90e19ce7c9.tar.bz2 |
Add live filter stream type
-rw-r--r-- | common.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: common.h,v 1.7 2005/11/06 16:43:58 lordjaxom Exp $ + * $Id: common.h,v 1.8 2007/04/24 10:50:13 schmirl Exp $ */ #ifndef VDR_STREAMDEV_COMMON_H @@ -83,6 +83,7 @@ enum eSuspendMode { enum eSocketId { siLive, siReplay, + siLiveFilter, si_Count }; |