summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-10-24 12:12:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-10-24 12:12:07 +0200
commitad650b58831e334651429d81c598d169a91488d6 (patch)
treed4a5796836edb80363827680de4fd61c220a100b /device.h
parent208b703e5b9f0ae39e1f6355083bc1a7c6b08005 (diff)
downloadvdr-ad650b58831e334651429d81c598d169a91488d6.tar.gz
vdr-ad650b58831e334651429d81c598d169a91488d6.tar.bz2
Changed the description of cDevice::GetSTC() to make it mandatory for devices that can replay
Diffstat (limited to 'device.h')
-rw-r--r--device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/device.h b/device.h
index cb3bc2ca..1598af24 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 2.22 2010/04/05 09:51:29 kls Exp $
+ * $Id: device.h 2.23 2010/10/24 12:11:16 kls Exp $
*/
#ifndef __DEVICE_H
@@ -586,8 +586,8 @@ protected:
public:
virtual int64_t GetSTC(void);
///< Gets the current System Time Counter, which can be used to
- ///< synchronize audio and video. If this device is unable to
- ///< provide the STC, -1 will be returned.
+ ///< synchronize audio, video and subtitles. If this device is able to
+ ///< replay, it must provide an STC.
///< The value returned doesn't need to be an actual "clock" value,
///< it is sufficient if it holds the PTS (Presentation Time Stamp) of
///< the most recently presented frame. A proper value must be returned