diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-02 21:56:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-02 21:56:27 +0000 |
| commit | 1029bec7334fedbd8570cd8bfa5ddf954da8b3ec (patch) | |
| tree | bf1931328f5949eb78ed5cde5be6c7519e7688fc /test/repeat_frame_test.cc | |
| parent | 308fb04d15cecb471c8c04db40d2979810efefe3 (diff) | |
A number of unit test fixes.
Diffstat (limited to 'test/repeat_frame_test.cc')
| -rw-r--r-- | test/repeat_frame_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 24075991c..fd64ba018 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -42,6 +42,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->set_name ("repeat_frame_test"); film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST")); + film->set_interop (false); shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/red_24.mp4")); film->examine_and_add_content (c); |
