summaryrefslogtreecommitdiff
path: root/dxr3spudecoder.h
diff options
context:
space:
mode:
authorscop <scop>2005-04-21 12:09:24 +0000
committerscop <scop>2005-04-21 12:09:24 +0000
commit60ad517790fb1e5699fad94490812f8ee7725b68 (patch)
tree2f6184ef9ff9128ab5d467fbdaee2028b6324808 /dxr3spudecoder.h
parentdb7a89939d910a3207ce4fea781c02e323a63a9a (diff)
downloadvdr-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.h1
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_*/