Cleanup: remove an unnecessary shared_ptr.
[dcpomatic.git] / src / lib / util.h
index 61922325db3ec5070a8e54907fabd2dc984fa308..b92869b253a776167c72bbd1b20159a1a9015e4e 100644 (file)
@@ -93,8 +93,9 @@ extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dc
 extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm);
 extern boost::filesystem::path default_font_file ();
 extern void start_of_thread (std::string name);
-extern void capture_asdcp_logs ();
 extern std::string error_details(boost::system::error_code ec);
 extern bool contains_assetmap(boost::filesystem::path dir);
+extern std::string word_wrap(std::string input, int columns);
+extern void capture_ffmpeg_logs();
 
 #endif