diff options
Diffstat (limited to 'command/demux.h')
-rw-r--r-- | command/demux.h | 1 |
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(); |