Hacks.
[dcpomatic.git] / src / lib / ffmpeg_examiner.cc
index c09395e76609086f33579b63b18c008cf4cc3744..6f1524f50e2ccf95be3c33c1ef89c9157158fe55 100644 (file)
@@ -134,7 +134,7 @@ FFmpegExaminer::video_size () const
 }
 
 /** @return Length (in video frames) according to our content's header */
-ContentVideoFrame
+VideoContent::Frame
 FFmpegExaminer::video_length () const
 {
        return (double (_format_context->duration) / AV_TIME_BASE) * video_frame_rate();