diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dxr3device.h b/dxr3device.h index 170fe13..0c018ef 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -63,7 +63,7 @@ public: virtual void SetVideoFormat(bool VideoFormat16_9); virtual void SetVolumeDevice(int Volume); virtual void SetAudioChannelDevice(int AudioChannel); - virtual int GetAudioChannelDevice(void); + virtual int GetAudioChannelDevice(); // osd virtual cSpuDecoder *GetSpuDecoder(); @@ -79,9 +79,6 @@ public: protected: ePlayMode m_PlayMode; cDxr3DemuxDevice m_DemuxDevice; - std::string m_strBuf; - int m_Offset; - cDxr3SpuDecoder* m_spuDecoder; private: |