From 421a0e113a7970f24420bfb62ca90db52400535f Mon Sep 17 00:00:00 2001 From: schmirl Date: Fri, 13 Feb 2009 13:02:33 +0000 Subject: added comments to indicate that the VTP filter stream is proprietary forma Modified Files: Tag: v0_4 client/filter.c server/livefilter.c --- 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..37fbb5a 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.12.2.1 2009/02/13 13:02:33 schmirl Exp $ */ #include "client/filter.h" @@ -226,6 +226,7 @@ void cStreamdevFilters::Action(void) { u_short pid = (((u_short)block[1] & PID_MASK_HI) << 8) | block[2]; u_char tid = block[3]; bool Pusi = block[1] & 0x40; + // proprietary extension int len = block[4]; #if 0 if (block[1] == 0xff && -- cgit v1.2.3