From: Ville S. <vil...@ik...> - 2011-10-21 18:53:10
|
On 10/20/2011 11:24 PM, Luca Olivetti wrote: > IIRC, it was just defining a couple of cDevice methods to return the size of > the OSD. > Here's the relevant diff. You'll note that I first tried to say to vdr that > the OSD was the same size as the video, hoping that vdr itself would scale it. > It turns out that it doesn't, so, atm, it's better to always return 720x576 and > let the plugin do the scaling. > It's possible that these methods have to be ifdefed (I don't know which > vdr version introduced them). Thanks, applied in 0.2-branch in git. Looks like GetVideoSize is VDR >= 1.7.7 and GetOsdSize VDR >= 1.7.8 but the code compiles fine against 1.6.0-2 without any additional #ifdefs so I didn't add any. |