Merge branch 'master' into 2.0
[dcpomatic.git] / src / lib / util.h
index 892b473f739a21de88827d8aecd94682b3f2fe24..a84e7e4cf815522ae65ffa6cf52bebbf46849210 100644 (file)
@@ -166,7 +166,7 @@ private:
        int _timeout;
 };
 
-extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second);
+extern int64_t video_frames_to_audio_frames (VideoFrame v, float audio_sample_rate, float frames_per_second);
 
 class LocaleGuard
 {