Some improvements in progress reporting, especially for long jobs.
[dcpomatic.git] / src / lib / util.h
index 377b3b7858cd09d389d72d7e0d8534877666c58c..b8ea6ebec0d6798e2daf07e05b32c5975ee93262 100644 (file)
@@ -75,7 +75,8 @@ extern bool valid_image_file (boost::filesystem::path);
 extern boost::filesystem::path mo_path ();
 #endif
 extern std::string tidy_for_filename (std::string);
-boost::shared_ptr<const libdcp::Signer> make_signer ();
+extern boost::shared_ptr<const libdcp::Signer> make_signer ();
+extern libdcp::Size fit_ratio_within (float ratio, libdcp::Size);
 
 struct FrameRateConversion
 {