summaryrefslogtreecommitdiff
path: root/demux.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-09-22 09:29:03 +0200
committerJochen Dolze <vdr@dolze.de>2009-09-22 09:29:03 +0200
commit8f9594678c4e0d94e546cd2e94f898bf796c86c6 (patch)
treedb70bb896f08b831485f9d97a53b134708b9c5a6 /demux.h
parent27b768a40f33b229ee832d22f24696565b812f98 (diff)
downloadvdr-plugin-markad-8f9594678c4e0d94e546cd2e94f898bf796c86c6.tar.gz
vdr-plugin-markad-8f9594678c4e0d94e546cd2e94f898bf796c86c6.tar.bz2
Updated various things
Diffstat (limited to 'demux.h')
-rw-r--r--demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux.h b/demux.h
index 11e0b91..00e8727 100644
--- a/demux.h
+++ b/demux.h
@@ -24,7 +24,7 @@ private:
public:
cMarkAdDemux();
~cMarkAdDemux();
- int Process(int Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
+ int Process(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
};
#endif