summaryrefslogtreecommitdiff
path: root/command/demux.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-02-06 19:02:19 +0100
committerJochen Dolze <vdr@dolze.de>2011-02-06 19:02:19 +0100
commitdb3b8cd110820f32bdd1f05adfba2cee7e641c7e (patch)
tree817c139b1ce053135df249b77badfb87054f4722 /command/demux.h
parentf31ee67ec0011ef7cb6add0893430dbd2f3e4fb7 (diff)
downloadvdr-plugin-markad-db3b8cd110820f32bdd1f05adfba2cee7e641c7e.tar.gz
vdr-plugin-markad-db3b8cd110820f32bdd1f05adfba2cee7e641c7e.tar.bz2
Added CheckStart to check start condition
Added DisableDPid to disable AC3 demuxing
Diffstat (limited to 'command/demux.h')
-rw-r--r--command/demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/demux.h b/command/demux.h
index 4213479..2299e6b 100644
--- a/command/demux.h
+++ b/command/demux.h
@@ -316,6 +316,7 @@ private:
public:
cDemux(int VPid, int DPid, int APid, bool H264=false, bool VDRCount=false);
~cDemux();
+ void DisableDPid();
void Clear();
int Skipped();
void NewFile();