diff options
author | scop <scop> | 2005-04-21 12:09:24 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-21 12:09:24 +0000 |
commit | 60ad517790fb1e5699fad94490812f8ee7725b68 (patch) | |
tree | 2f6184ef9ff9128ab5d467fbdaee2028b6324808 /dxr3spudecoder.h | |
parent | db7a89939d910a3207ce4fea781c02e323a63a9a (diff) | |
download | vdr-plugin-dxr3-60ad517790fb1e5699fad94490812f8ee7725b68.tar.gz vdr-plugin-dxr3-60ad517790fb1e5699fad94490812f8ee7725b68.tar.bz2 |
DVD subtitles and navigation fix (Marco Schlüßler).
Diffstat (limited to 'dxr3spudecoder.h')
-rw-r--r-- | dxr3spudecoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h index 7ac0787..311f600 100644 --- a/dxr3spudecoder.h +++ b/dxr3spudecoder.h @@ -59,6 +59,7 @@ public: private: cDxr3Interface& m_Interface; ///< interface to dxr3 driver bool m_visible; ///< is anything visible (nav, osd, subtitles) + eScaleMode m_ScaleMode; }; #endif /*_DXR3SPUDECODER_H_*/ |