X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=6904811b756bd7299c57c96bbdad45baac079761;hp=4281700a77dbd63be719d17612a87aaf194ff552;hb=HEAD;hpb=67f39ff3eebb5ac727324b12130ff9cc262e9ffa diff --git a/src/lib/cross.h b/src/lib/cross.h index 4281700a7..6904811b7 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -44,7 +44,7 @@ struct AVIOContext; extern void dcpomatic_sleep_seconds (int); extern void dcpomatic_sleep_milliseconds (int); extern std::string cpu_info (); -extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path); +extern void run_ffprobe(boost::filesystem::path content, boost::filesystem::path out, bool err = true, std::string args = {}); extern std::list> mount_info (); extern boost::filesystem::path openssl_path (); extern void make_foreground_application ();