From 992444cb67e700619293d3642f95f40b18d1b62e Mon Sep 17 00:00:00 2001 From: schmirl Date: Mon, 13 Oct 2008 11:30:05 +0000 Subject: Compatibility to VDR 1.7.1 (#483) --- client/filter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/filter.c b/client/filter.c index 335e07b..e88defa 100644 --- a/client/filter.c +++ b/client/filter.c @@ -1,5 +1,5 @@ /* - * $Id: filter.c,v 1.12 2008/04/07 14:27:28 schmirl Exp $ + * $Id: filter.c,v 1.13 2008/10/13 11:30:06 schmirl Exp $ */ #include "client/filter.h" @@ -9,6 +9,7 @@ #include +#define PID_MASK_HI 0x1F // --- cStreamdevFilter ------------------------------------------------------ class cStreamdevFilter: public cListObject { -- cgit v1.2.3