summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-05-15 13:16:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-05-15 13:16:59 +0000
commitc6df33a82d09c24ba9bb4eaf0c31a73f788cebb1 (patch)
tree3ba61b1693ec571db8e4c69d16f758dd64a5814f /libs/ardour/session_process.cc
parent64b3e3be80700af86014fb0ad501e380171ba8cd (diff)
correctly manage video sync state
git-svn-id: svn://localhost/ardour2/trunk@1844 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 5a8d80b58c..44ca7f1235 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -857,7 +857,7 @@ bool
Session::maybe_sync_start (nframes_t& nframes, nframes_t& offset)
{
nframes_t sync_offset;
-
+
if (!waiting_for_sync_offset) {
return false;
}