diff options
Diffstat (limited to 'dxr3demuxdevice.h')
-rw-r--r-- | dxr3demuxdevice.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h index fdd1942..4f50315 100644 --- a/dxr3demuxdevice.h +++ b/dxr3demuxdevice.h @@ -55,10 +55,6 @@ public: void SetReplayMode(void); void SetTrickMode(eDxr3TrickState trickState, int Speed = 1); - #if VDRVERSNUM < 10307 - cOsdBase* NewOsd(int x, int y); - #endif - int DemuxPes(const uint8_t* buf, int length, bool bAc3Dts = false); int DemuxAudioPes(const uint8_t* buf, int length); void StillPicture(const uint8_t* buf, int length); |