diff options
author | Thomas Reufer <thomas@reufer.ch> | 2017-04-24 14:52:58 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2017-04-24 14:52:58 +0200 |
commit | 2cb488e21ab233928b7109d931a7a19907a26037 (patch) | |
tree | 60efcdba6c5e32b4a067ccf40275b0c537bdf5c7 /omx.h | |
parent | 88533d0efc322fe7b67abba72da96ed94f7dcb78 (diff) | |
download | vdr-plugin-rpihddevice-2cb488e21ab233928b7109d931a7a19907a26037.tar.gz vdr-plugin-rpihddevice-2cb488e21ab233928b7109d931a7a19907a26037.tar.bz2 |
set OMX clock pre-roll to 250ms for live TV (transfer mode)
Diffstat (limited to 'omx.h')
-rw-r--r-- | omx.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ public: eClockStateWaitForAudioVideo }; - void StartClock(bool waitForVideo = false, bool waitForAudio = false); + void StartClock(bool waitForVideo = false, bool waitForAudio = false, + int preRollMs = 0); void StopClock(void); void ResetClock(void); |