diff options
author | scop <scop> | 2005-04-17 16:41:17 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-17 16:41:17 +0000 |
commit | 74d8232de848f462ad36a8c0f51c26ad400ee8ec (patch) | |
tree | fac415de30c23adc3f4522bc7b98051ab76c7ced /dxr3osd_subpicture.h | |
parent | 9216c55e163f619a33770119339ae0651cd1e417 (diff) | |
download | vdr-plugin-dxr3-74d8232de848f462ad36a8c0f51c26ad400ee8ec.tar.gz vdr-plugin-dxr3-74d8232de848f462ad36a8c0f51c26ad400ee8ec.tar.bz2 |
Sync with Luca's workspace.
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 2 |
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 |