Work around deadlock when destroying J2KEncoder with a full writer queue (#2784).
[dcpomatic.git] / src / lib / util.h
index d53fc06e0138696778084dd9ff9b0cc3c0e0990e..fd6fd61649ac4a896f9f04d40571e3686d429913 100644 (file)
@@ -95,5 +95,8 @@ extern boost::filesystem::path default_font_file ();
 extern void start_of_thread (std::string name);
 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();
+extern std::string screen_names_to_string(std::vector<std::string> names);
 
 #endif