diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 01:01:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 65b331d32c383f3a9049f29bf03ab3fe3193b31a (patch) | |
| tree | 3b27e0ca60742021094cee889a1c8d1ef4d75f8c /test/recover_test.cc | |
| parent | 6dd3777a0074f6f97c7f7286621006a1c14376e8 (diff) | |
Split audio; builds.
Diffstat (limited to 'test/recover_test.cc')
| -rw-r--r-- | test/recover_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index b650aba64..006a21646 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -26,6 +26,7 @@ #include "lib/dcp_content_type.h" #include "lib/image_content.h" #include "lib/ffmpeg_content.h" +#include "lib/video_content.h" #include "lib/ratio.h" #include <dcp/mono_picture_asset.h> #include <dcp/stereo_picture_asset.h> @@ -86,7 +87,7 @@ BOOST_AUTO_TEST_CASE (recover_test_3d) film->set_three_d (true); shared_ptr<ImageContent> content (new ImageContent (film, "test/data/3d_test")); - content->set_video_frame_type (VIDEO_FRAME_TYPE_3D_LEFT_RIGHT); + content->video->set_video_frame_type (VIDEO_FRAME_TYPE_3D_LEFT_RIGHT); film->examine_and_add_content (content); wait_for_jobs (); |
