summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_monitor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-01-21 11:27:26 +0100
committerRobin Gareus <robin@gareus.org>2018-01-21 11:27:26 +0100
commit93625b108e9dd9b6bed4eebe9fe042222e558722 (patch)
treebdcc87de361b73942980cb3d66a50576bb877422 /gtk2_ardour/video_monitor.h
parentb88fd1e6ca4fec252ab6f8f2a57b61183111f8cc (diff)
Use "frame" for video-frames, fixes video-monitor state.
revert/amend/undo 30b087ab for video-related units
Diffstat (limited to 'gtk2_ardour/video_monitor.h')
-rw-r--r--gtk2_ardour/video_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_monitor.h b/gtk2_ardour/video_monitor.h
index 1abd472312..ec804ba01c 100644
--- a/gtk2_ardour/video_monitor.h
+++ b/gtk2_ardour/video_monitor.h
@@ -98,7 +98,7 @@ class VideoMonitor : public sigc::trackable , public ARDOUR::SessionHandlePtr, p
XJSettings xjadeo_settings;
void xjadeo_sync_setup ();
- ARDOUR::samplepos_t manually_seeked_sample;
+ ARDOUR::samplepos_t manually_seeked_frame;
ARDOUR::sampleoffset_t video_offset;
bool sync_by_manual_seek;
sigc::connection clock_connection;