diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index 9b43161..4ea31d7 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -29,6 +29,8 @@ #include <string> #include <vdr/device.h> +class iAudio; + // ================================== // our device :) /*! @@ -86,6 +88,9 @@ protected: //uint8_t m_pBuffer[MAX_VIDEO_BUFFER_SIZE]; //cDxr3StartStopThread* m_pStartStopThread; cDxr3SpuDecoder* m_spuDecoder; + +private: + iAudio *audioOut; }; #endif /*_DXR3_DEVICE_H_*/ |