diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 17:08:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 17:08:01 +0100 |
| commit | 409db67a7e665c562b4c46035e6394263a93a7f6 (patch) | |
| tree | 6728640477cdaf0e734948c3128a2131694352a8 /src/lib/cross.cc | |
| parent | 362068b534ffefcb87debd4d56b56645f3e25f21 (diff) | |
| parent | 4833c6d5dd49ecd768af5edad81823baa9c094ab (diff) | |
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic
Diffstat (limited to 'src/lib/cross.cc')
| -rw-r--r-- | src/lib/cross.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 895fb0ac2..86146c1b1 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -154,7 +154,7 @@ run_ffprobe (boost::filesystem::path content, boost::filesystem::path out, share CloseHandle (process_info.hThread); CloseHandle (child_stderr_read); #else - string ffprobe = "ffprobe 2> \"" + content.string() + "\" 2> \"" + out.string(); + string ffprobe = "ffprobe \"" + content.string() + "\" 2> \"" + out.string() + "\""; log->log (String::compose ("Probing with %1", ffprobe)); system (ffprobe.c_str ()); #endif |
