diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dxr3device.c b/dxr3device.c index 70b5529..01f514a 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -291,7 +291,11 @@ int cDxr3Device::PlayVideo(const uchar *Data, int Length) // ================================== // plays additional audio streams, like Dolby Digital #if VDRVERSNUM >= 10318 +#if VDRVERSNUM >= 10342 +int cDxr3Device::PlayAudio(const uchar *Data, int Length, uchar Id) +#else int cDxr3Device::PlayAudio(const uchar *Data, int Length) +#endif #else void cDxr3Device::PlayAudio(const uchar *Data, int Length) #endif |