X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;h=57dc0f783e087b3905a0c51cd16222fc4ac0783c;hb=0eee0c3adda726542a5f2b8fad68f54ebf701392;hp=be70eb25997ca23b6473483bdc1e9df2c37a9e8f;hpb=883d885dc8690519d205c8baa275385af8a39f4b;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index be70eb259..57dc0f783 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); @@ -51,6 +52,7 @@ extern "C" { #define MAX_AUDIO_CHANNELS 6 class Scaler; +class Film; extern std::string seconds_to_hms (int); extern std::string time_to_hms (Time); @@ -104,7 +106,6 @@ struct FrameRateConversion std::string description; }; -extern std::string crop_string (Position, libdcp::Size); extern int dcp_audio_frame_rate (int); extern std::string colour_lut_index_to_name (int index); extern int stride_round_up (int, int const *, int); @@ -152,8 +153,7 @@ private: int _timeout; }; -extern int64_t video_frames_to_audio_frames (ContentVideoFrame v, float audio_sample_rate, float frames_per_second); -extern std::pair cpu_info (); +extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second); class LocaleGuard {