From 86dda29be798073d3d8b08aa833b52773b41daad Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 May 2009 01:53:43 +0000 Subject: Move some sync-related options to being session variables. git-svn-id: svn://localhost/ardour2/branches/3.0@5083 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_time.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_time.cc') diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc index 223c30bd1a..4e4c066ba4 100644 --- a/libs/ardour/session_time.cc +++ b/libs/ardour/session_time.cc @@ -150,7 +150,7 @@ Session::smpte_drop_frames() const void Session::sync_time_vars () { - _current_frame_rate = (nframes_t) round (_base_frame_rate * (1.0 + (Config->get_video_pullup()/100.0))); + _current_frame_rate = (nframes_t) round (_base_frame_rate * (1.0 + (config.get_video_pullup()/100.0))); _frames_per_smpte_frame = (double) _current_frame_rate / (double) smpte_frames_per_second(); if (smpte_drop_frames()) { _frames_per_hour = (long)(107892 * _frames_per_smpte_frame); -- cgit v1.2.3