summaryrefslogtreecommitdiff
path: root/dxr3osd_subpicture.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r--dxr3osd_subpicture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h
index 0708da7..cd24122 100644
--- a/dxr3osd_subpicture.h
+++ b/dxr3osd_subpicture.h
@@ -21,6 +21,8 @@ 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
#if VDRVERSNUM >= 10318
cTimeMs *last;
#else