Rename video/audio/subtitle part methods.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index 03bf9e2ce3adfe0de8e4de5df599e05e402577ce..9cd123890c26936debf8e6cd54d670669275fe74 100644 (file)
@@ -53,7 +53,7 @@ test (boost::filesystem::path file, float fps, int gaps, int video_length)
        shared_ptr<Log> log (new NullLog);
        shared_ptr<FFmpegDecoder> decoder (new FFmpegDecoder (content, log, false));
 
-       BOOST_CHECK_CLOSE (decoder->video_content()->video_frame_rate(), fps, 0.01);
+       BOOST_CHECK_CLOSE (decoder->video_content()->frame_rate(), fps, 0.01);
 
 #ifdef DCPOMATIC_DEBUG
        decoder->test_gaps = 0;