diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-21 01:59:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-21 01:59:04 +0000 |
| commit | 254b3044d72de6b033d7c584f5abd2b9aa70aad5 (patch) | |
| tree | 8a5c83c1b2dea690672663dedb2f3aa50f4473dc /test/skip_frame_test.cc | |
| parent | c31b9542c58ae1cbfae7ec3ba4911359fd010ba2 (diff) | |
Take Film pointer out of Content.
Diffstat (limited to 'test/skip_frame_test.cc')
| -rw-r--r-- | test/skip_frame_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc index fdea35849..6c08291e1 100644 --- a/test/skip_frame_test.cc +++ b/test/skip_frame_test.cc @@ -43,7 +43,7 @@ BOOST_AUTO_TEST_CASE (skip_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/count300bd48.m2ts")); + shared_ptr<FFmpegContent> c (new FFmpegContent("test/data/count300bd48.m2ts")); film->examine_and_add_content (c); wait_for_jobs (); |
