summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-12-23 10:34:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-12-23 10:34:51 +0100
commit1d32f7c0597da0d773a8eb718a171ac6dacc73ad (patch)
treece7403f604dbc01eae283117d1d16a9bcc1cfbc0 /ci.h
parent5433caa4104cc33d6b8788058c1098cf9d47b04a (diff)
downloadvdr-1d32f7c0597da0d773a8eb718a171ac6dacc73ad.tar.gz
vdr-1d32f7c0597da0d773a8eb718a171ac6dacc73ad.tar.bz2
Added 'StreamType' setting to CAM communication
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.h b/ci.h
index 6b81a18c..e83deea0 100644
--- a/ci.h
+++ b/ci.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.h 1.9 2003/10/26 12:22:09 kls Exp $
+ * $Id: ci.h 1.10 2003/12/23 10:20:59 kls Exp $
*/
#ifndef __CI_H
@@ -68,7 +68,7 @@ private:
uint8_t capmt[2048]; ///< XXX is there a specified maximum?
public:
cCiCaPmt(int ProgramNumber);
- void AddPid(int Pid);
+ void AddPid(int Pid, uint8_t StreamType);
void AddCaDescriptor(int Length, uint8_t *Data);
};