summaryrefslogtreecommitdiff
path: root/dxr3osd_subpicture.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r--dxr3osd_subpicture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h
index e20566b..0708da7 100644
--- a/dxr3osd_subpicture.h
+++ b/dxr3osd_subpicture.h
@@ -19,8 +19,8 @@
class cDxr3SubpictureOsd : public cOsd
{
private:
- cSPUEncoder* Spu;
- bool shown;
+ cSPUEncoder* Spu; ///< interface to cSPUEncoder
+ bool shown; ///< is the osd shown?
#if VDRVERSNUM >= 10318
cTimeMs *last;
#else