Compiles; strange hang on adding content to a film.
[dcpomatic.git] / src / lib / video_content.cc
index 8176c5c41710c75140f483fa9eed213197c2b921..9fb2b9bce8f3a4c12860ee6bae4ab00e8b2ef59f 100644 (file)
@@ -73,7 +73,7 @@ VideoContent::take_from_video_decoder (shared_ptr<VideoDecoder> d)
 {
        /* These decoder calls could call other content methods which take a lock on the mutex */
        libdcp::Size const vs = d->native_size ();
-       float const vfr = d->frames_per_second ();
+       float const vfr = d->video_frame_rate ();
        
         {
                 boost::mutex::scoped_lock lm (_mutex);