diff options
Diffstat (limited to 'dxr3spudecoder.h')
-rw-r--r-- | dxr3spudecoder.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index fab3a31..e183054 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -21,7 +21,7 @@ #ifndef _DXR3SPUDECODER_H_ #define _DXR3SPUDECODER_H_ - + #include "dxr3vdrincludes.h" #include <inttypes.h> @@ -102,7 +102,11 @@ public: void setHighlight(uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey, uint32_t palette); void clearHighlight(); void Empty(); +#if VDRVERSNUM >= 10318 + void processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow); +#else void processSPU(uint32_t pts, uint8_t * buf); +#endif #if VDRVERSNUM >= 10311 void Hide(); |