diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* - * $Id: common.h,v 1.12 2009/01/16 11:35:43 schmirl Exp $ + * $Id: common.h,v 1.14 2009/07/01 10:46:16 schmirl Exp $ */ #ifndef VDR_STREAMDEV_COMMON_H @@ -51,9 +51,7 @@ const cChannel *ChannelFromString(const char *String, int *Apid = NULL); enum eStreamType { stTS, -#if APIVERSNUM < 10703 stPES, -#endif stPS, stES, stExtern, @@ -74,6 +72,7 @@ enum eSocketId { siLive, siReplay, siLiveFilter, + siDataRespond, si_Count }; |