X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=a84e7e4cf815522ae65ffa6cf52bebbf46849210;hb=015fe447cfe25babc55cf8ed282bb909e4713aa0;hp=892b473f739a21de88827d8aecd94682b3f2fe24;hpb=ec95ff05f66e9b4cf3bcdbefa0c75ca8f99dc279;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index 892b473f7..a84e7e4cf 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -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 {