summaryrefslogtreecommitdiff
path: root/dxr3interface.h
diff options
context:
space:
mode:
authorscop <scop>2005-07-06 17:10:18 +0000
committerscop <scop>2005-07-06 17:10:18 +0000
commit976ad2f05e25f14bba0480d16373e5f913b250f4 (patch)
tree8eb4cf87b6abc06ad16d99da38a59918634affbf /dxr3interface.h
parent2d323565d0f9fe33bfe442c673821940d6489ea4 (diff)
downloadvdr-plugin-dxr3-976ad2f05e25f14bba0480d16373e5f913b250f4.tar.gz
vdr-plugin-dxr3-976ad2f05e25f14bba0480d16373e5f913b250f4.tar.bz2
Comment tuning.
Diffstat (limited to 'dxr3interface.h')
-rw-r--r--dxr3interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3interface.h b/dxr3interface.h
index 884d517..3ac942d 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -163,7 +163,7 @@ private:
// dxr3 clock
cDxr3SysClock* m_pClock; ///< clock used for sync
- uint32_t m_audioChannelCount; ///< how many channles has the current audiostream
+ uint32_t m_audioChannelCount; ///< how many channels in the current audiostream
uint32_t m_audioDataRate; ///< which rate is used for the current audiostream
int m_aspectDelayCounter;
uint32_t m_aspectRatio; ///< current used aspect ratio
@@ -172,7 +172,7 @@ private:
uint32_t m_audioSampleSize; ///< how big is the sample size for the current audiostream
uint32_t m_audioMode;
uint32_t m_spuMode;
- bool m_ExternalReleased; // is dxr3 used by e.g. mplayer?
+ bool m_ExternalReleased; ///< is dxr3 used by e.g. mplayer?
int m_volume; ///< volumevalue (0...255)
bool m_AudioActive; ///< is audio active?
bool m_VideoActive; ///< is video active?