diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-24 15:43:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-26 10:23:21 +0200 |
| commit | ef281445a58b4025a9cf77b24ebe551737a787bf (patch) | |
| tree | 6f4ee77febd0452b611d391e6eae1fe32989e756 /src/lib/cross.h | |
| parent | e8800b7efc51b6e0c186a7bd733e014a3093a384 (diff) | |
Extend run_ffprobe to allow arguments and capture of stdout.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::pair<std::string, std::string>> mount_info (); extern boost::filesystem::path openssl_path (); extern void make_foreground_application (); |
