summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_monitor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-10 19:43:23 +0200
committerRobin Gareus <robin@gareus.org>2013-06-10 19:43:23 +0200
commit8b5f990267622100b3a1a7ff6fa346282aca4dda (patch)
tree89547be96f14a3700a205a147180b0b0039bb9c2 /gtk2_ardour/video_monitor.h
parentf5a8e563e8c82dc5b3df6c753e2375ada2aa8ad7 (diff)
vtl: send A/V offset to video-monitor when launched
Diffstat (limited to 'gtk2_ardour/video_monitor.h')
-rw-r--r--gtk2_ardour/video_monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/video_monitor.h b/gtk2_ardour/video_monitor.h
index 23c435ff5e..59264fa012 100644
--- a/gtk2_ardour/video_monitor.h
+++ b/gtk2_ardour/video_monitor.h
@@ -99,6 +99,7 @@ class VideoMonitor : public sigc::trackable , public ARDOUR::SessionHandlePtr, p
void xjadeo_sync_setup ();
ARDOUR::framepos_t manually_seeked_frame;
+ ARDOUR::frameoffset_t video_offset;
bool sync_by_manual_seek;
sigc::connection clock_connection;
sigc::connection state_connection;