From 011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 6 Apr 2014 10:56:50 +0200 Subject: A cCamSlot that has WantsTsData set to true in its constructor now also gets the CAT and EMM PIDs data --- remux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remux.h') diff --git a/remux.h b/remux.h index 5574635c..23ce681e 100644 --- a/remux.h +++ b/remux.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remux.h 3.3 2014/02/08 12:41:50 kls Exp $ + * $Id: remux.h 3.4 2014/03/26 11:42:17 kls Exp $ */ #ifndef __REMUX_H @@ -50,6 +50,7 @@ public: #define TS_ADAPT_EXTENSION 0x01 #define PATPID 0x0000 // PAT PID (constant 0) +#define CATPID 0x0001 // CAT PID (constant 1) #define MAXPID 0x2000 // for arrays that use a PID as the index #define PTSTICKS 90000 // number of PTS ticks per second -- cgit v1.2.3