summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/film_viewer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 3593d0364..b2788a414 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -710,6 +710,9 @@ FilmViewer::time () const
return _video_view->position();
}
+ /* The audio coming out of the outputs will be older than what we're sending
+ * because of the output latency.
+ */
return DCPTime::from_seconds(audio.getStreamTime()) -
DCPTime::from_frames (average_latency(), _film->audio_frame_rate());
}