diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 11:32:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 11:32:31 +0200 |
commit | f8a7e51d00d66f2fd71c9f5966a893c59485584b (patch) | |
tree | 65faf3f26927df1f1aed3fef5d6626a35cb5e907 /eit.h | |
parent | 7c84508417b9831b364947b4d7882209db50d4e8 (diff) | |
download | vdr-f8a7e51d00d66f2fd71c9f5966a893c59485584b.tar.gz vdr-f8a7e51d00d66f2fd71c9f5966a893c59485584b.tar.bz2 |
Now using 'libdtv' version 0.0.5
Diffstat (limited to 'eit.h')
-rw-r--r-- | eit.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: eit.h 1.24 2003/02/02 14:07:39 kls Exp $ + * $Id: eit.h 1.25 2003/04/12 10:59:26 kls Exp $ ***************************************************************************/ #ifndef __EIT_H @@ -158,6 +158,7 @@ private: bool AddFilter(unsigned short pid, u_char tid); bool DelFilter(unsigned short pid, u_char tid); bool ShutDownFilters(void); + void NewCaDescriptor(struct Descriptor *d, int ProgramID); public: cSIProcessor(const char *FileName); ~cSIProcessor(); |