From 19f94521139aac13ef8fb4eaa55855b2ada307b4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 May 2016 19:58:37 +0100 Subject: Move video frame rate ('prepared-for') into Content. --- src/lib/sndfile_content.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/sndfile_content.cc') diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index f8e58885e..2b28ba8b4 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -114,6 +114,6 @@ SndfileContent::examine (shared_ptr job) DCPTime SndfileContent::full_length () const { - FrameRateChange const frc (audio->video_frame_rate(), film()->video_frame_rate()); + FrameRateChange const frc (active_video_frame_rate(), film()->video_frame_rate()); return DCPTime::from_frames (audio_length() / frc.speed_up, audio->stream()->frame_rate ()); } -- cgit v1.2.3