X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=c68bb4f1619614b29e91b9ceb7f45c88898547b1;hb=09a9ac376db005a40a351736bcff4077f098825d;hp=42514a12c92f9f863944ab0018d16b5b8e573533;hpb=a183c1776cfd020a37d028ebb0f641352f49697b;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index 42514a12c..c68bb4f16 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -38,6 +38,7 @@ extern "C" { } #include "compose.hpp" #include "types.h" +#include "video_content.h" #ifdef DCPOMATIC_DEBUG #define TIMING(...) _film->log()->microsecond_log (String::compose (__VA_ARGS__), Log::TIMING); @@ -152,7 +153,7 @@ private: int _timeout; }; -extern int64_t video_frames_to_audio_frames (ContentVideoFrame v, float audio_sample_rate, float frames_per_second); +extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second); class LocaleGuard {