C.Y.M wrote:
Yay! This is now fixed in vdr-1.3.20 :) There is still one little problem though. If I press the "1" key on the remote, I am still unable to switch b/n the mp2 audio tracks, but its livable. :) Thanks everyone!After reading of your success I decided to have a go at upgrading but have run into problems compiling the dxr3 plugin.
----diff -bur vdr-1.3.20_orig/spu.h vdr-1.3.20/spu.h --- vdr-1.3.20_orig/spu.h 2005-02-06 21:16:58.000000000 +0100 +++ vdr-1.3.20/spu.h 2005-02-06 22:18:09.000000000 +0100 @@ -25,6 +25,7 @@ virtual int setTime(uint32_t pts) = 0; + virtual cSpuDecoder::eScaleMode getScaleMode(void) = 0; virtual void setScaleMode(cSpuDecoder::eScaleMode ScaleMode) = 0; virtual void setPalette(uint32_t * pal) = 0; virtual void setHighlight(uint16_t sx, uint16_t sy,