Merge branch '1.0' into 1.0-seek
[dcpomatic.git] / src / wx / video_panel.cc
index 90b4adfe396a716b157538903c2542217bc6cee4..a777b3e88da8f317f9b0e8f3221850a3c6407c35 100644 (file)
@@ -334,7 +334,7 @@ VideoPanel::setup_description ()
 
        d << wxString::Format (_("Content frame rate %.4f\n"), vcs->video_frame_rate ());
        ++lines;
-       FrameRateConversion frc (vcs->video_frame_rate(), _editor->film()->video_frame_rate ());
+       FrameRateChange frc (vcs->video_frame_rate(), _editor->film()->video_frame_rate ());
        d << frc.description << "\n";
        ++lines;