diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-08 21:13:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-08 21:13:06 +0100 |
| commit | 02cc8c7680381c123a31c23a43f6b34a04c2115a (patch) | |
| tree | 5891c4c0954a05eaa538feb704cbc99e2ab1d05d /test/test.h | |
| parent | 167cfacc7fe88f69fa433c46b62a54703ed6dca3 (diff) | |
Fix failure to analyse audio in some cases.
This fixes audio-only content when the first-emitted audio is not
at time zero. This used to cause a seek which is not possible
with audio-only. This commit removes the unnecessary seek which
was due to missing silent-padding of the first-emitted audio.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index 2208929a9..1593b3a03 100644 --- a/test/test.h +++ b/test/test.h @@ -25,7 +25,7 @@ class Image; extern boost::filesystem::path private_data; -extern void wait_for_jobs (); +extern bool wait_for_jobs (); extern boost::shared_ptr<Film> new_test_film (std::string); extern void check_dcp (boost::filesystem::path, boost::filesystem::path); extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); |
