summaryrefslogtreecommitdiff
path: root/dxr3spudecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3spudecoder.c')
-rw-r--r--dxr3spudecoder.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c
index 1013216..9fbd4e6 100644
--- a/dxr3spudecoder.c
+++ b/dxr3spudecoder.c
@@ -274,11 +274,7 @@ cDxr3SpuDecoder::~cDxr3SpuDecoder()
// ==================================
// ! send spu data to dxr3
-#if VDRVERSNUM >= 10318
void cDxr3SpuDecoder::processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow)
-#else
-void cDxr3SpuDecoder::processSPU(uint32_t pts, uint8_t * buf)
-#endif
{
setTime(pts);
dsyslog("dxr3: spudec push: pts=%d", pts);
@@ -293,9 +289,7 @@ void cDxr3SpuDecoder::processSPU(uint32_t pts, uint8_t * buf)
prev_DCSQ_offset = 0;
clean = true;
-#if VDRVERSNUM >= 10318
allowedShow = AllowedShow;
-#endif
}
// ==================================