From 2a4370b6a00f370b05e311478b693d90e19ce7c9 Mon Sep 17 00:00:00 2001 From: schmirl Date: Tue, 24 Apr 2007 10:50:13 +0000 Subject: Add live filter stream type --- common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.h b/common.h index e5f143d..1d14883 100644 --- a/common.h +++ b/common.h @@ -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 }; -- cgit v1.2.3