summaryrefslogtreecommitdiff
path: root/omx.h
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2017-04-24 14:52:58 +0200
committerThomas Reufer <thomas@reufer.ch>2017-04-24 14:52:58 +0200
commit2cb488e21ab233928b7109d931a7a19907a26037 (patch)
tree60efcdba6c5e32b4a067ccf40275b0c537bdf5c7 /omx.h
parent88533d0efc322fe7b67abba72da96ed94f7dcb78 (diff)
downloadvdr-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/omx.h b/omx.h
index 708d487..e633746 100644
--- a/omx.h
+++ b/omx.h
@@ -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);