diff options
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index 6806c90..27d3f59 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -11,8 +11,8 @@ class cDxr3SubpictureOsd : public cOsd { private: - cSPUEncoder* Spu; - bool shown; + cSPUEncoder* Spu; ///< interface to cSPUEncoder + bool shown; ///< is the osd shown? public: cDxr3SubpictureOsd(int Left, int Top/*, int SpuDev*/); |