diff options
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index 96ad1f7..cf5bc1d 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -13,8 +13,7 @@ class cDxr3SubpictureOsd : public cOsd private: cSPUEncoder* Spu; ///< interface to cSPUEncoder bool shown; ///< is the osd shown? - cPalette* oldPalette; ///< palette used in previous flush (do detect changes) - cPalette* newPalette; ///< palette needed now + cPalette* Palette; ///< global palette (needed by all bitmaps) #if VDRVERSNUM >= 10318 cTimeMs *last; #else |