mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the description of cDevice::GetSTC() to make it mandatory for devices that can replay
This commit is contained in:
parent
208b703e5b
commit
ad650b5883
2
HISTORY
2
HISTORY
@ -6486,3 +6486,5 @@ Video Disk Recorder Revision History
|
|||||||
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
|
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
|
||||||
- Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to
|
- Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to
|
||||||
Steffen Barszus).
|
Steffen Barszus).
|
||||||
|
- Changed the description of cDevice::GetSTC() to make it mandatory for devices
|
||||||
|
that can replay.
|
||||||
|
6
device.h
6
device.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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
|
#ifndef __DEVICE_H
|
||||||
@ -586,8 +586,8 @@ protected:
|
|||||||
public:
|
public:
|
||||||
virtual int64_t GetSTC(void);
|
virtual int64_t GetSTC(void);
|
||||||
///< Gets the current System Time Counter, which can be used to
|
///< Gets the current System Time Counter, which can be used to
|
||||||
///< synchronize audio and video. If this device is unable to
|
///< synchronize audio, video and subtitles. If this device is able to
|
||||||
///< provide the STC, -1 will be returned.
|
///< replay, it must provide an STC.
|
||||||
///< The value returned doesn't need to be an actual "clock" value,
|
///< The value returned doesn't need to be an actual "clock" value,
|
||||||
///< it is sufficient if it holds the PTS (Presentation Time Stamp) of
|
///< it is sufficient if it holds the PTS (Presentation Time Stamp) of
|
||||||
///< the most recently presented frame. A proper value must be returned
|
///< the most recently presented frame. A proper value must be returned
|
||||||
|
Loading…
Reference in New Issue
Block a user