Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: DXR3 plugin compilation problem with vdr-1.3.20 anddvd plugin patches from CVS [was] problems playing DVDs



peter.dittmann@philips.com wrote:

how about adding ...
Of cause all untested, but based on very basic c/c++   ;-)
Thanks Peter, it's all very new to me. :) I followed your instructions and it now compiles. Unfortunately still no DVD audio. Have attached a patch.
--
Richard Wall
Index: dxr3/dxr3spudecoder.c
===================================================================
--- dxr3.orig/dxr3spudecoder.c	2005-02-07 11:41:27.000000000 +0000
+++ dxr3/dxr3spudecoder.c	2005-02-07 18:11:42.000000000 +0000
@@ -301,6 +301,12 @@
 }
 
 // ==================================
+cSpuDecoder::eScaleMode cDxr3SpuDecoder::getScaleMode(void)
+{
+    return scaleMode;
+}
+
+// ==================================
 void cDxr3SpuDecoder::setScaleMode(cSpuDecoder::eScaleMode ScaleMode)
 {
     scaleMode = ScaleMode;
Index: dxr3/dxr3spudecoder.h
===================================================================
--- dxr3.orig/dxr3spudecoder.h	2005-02-07 11:41:27.000000000 +0000
+++ dxr3/dxr3spudecoder.h	2005-02-07 18:12:37.000000000 +0000
@@ -76,6 +76,7 @@
 
     int setTime(uint32_t pts);
 
+    cSpuDecoder::eScaleMode getScaleMode(void);
     void setScaleMode(cSpuDecoder::eScaleMode ScaleMode);
     void setPalette(uint32_t * pal);
     void setHighlight(uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey, uint32_t palette);

Home | Main Index | Thread Index