Try to capture ffmpeg logs during tests.
[dcpomatic.git] / src / lib / util.h
index 4c8a2b1b7f4bba978c05c1a1f13ad9c41e6d66b3..b92869b253a776167c72bbd1b20159a1a9015e4e 100644 (file)
@@ -96,5 +96,6 @@ 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();
 
 #endif