summaryrefslogtreecommitdiff
path: root/dxr3osd_subpicture.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-13 16:23:16 +0000
committeraustriancoder <austriancoder>2004-09-13 16:23:16 +0000
commit05bc5bd2466f42a18fe467ee611f0a2e42bade39 (patch)
treec330021f2c5bc1b9d15c8d8dd8b13a6fa7ed29a5 /dxr3osd_subpicture.h
parent433938312aba894f3487064387a59336f0e76acc (diff)
downloadvdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.gz
vdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.bz2
added and converted comments into a doxygen friendly format
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 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*/);