diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-02 17:04:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-02 17:04:47 +0100 |
| commit | c86ed0c80b762d31eb68386662a7c37ae4e21b6b (patch) | |
| tree | 0b7e2bd5b5f5606b71c5ba39af35aa21bcbad5db /test/test.h | |
| parent | 89b2ca022fd8020a713d3a66c0bee93b2b95aac1 (diff) | |
Various fixes to FFmpeg decoder, including a couple of tests.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index a42b41577..57ea32c57 100644 --- a/test/test.h +++ b/test/test.h @@ -22,6 +22,8 @@ class Film; class Image; +extern boost::filesystem::path private_data; + extern void wait_for_jobs (); extern boost::shared_ptr<Film> new_test_film (std::string); extern void check_dcp (boost::filesystem::path, boost::filesystem::path); |
