diff options
Diffstat (limited to 'test/cpl_sar_test.cc')
| -rw-r--r-- | test/cpl_sar_test.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 0c62ea8b..59a91c84 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -30,7 +30,12 @@ using boost::shared_ptr; */ BOOST_AUTO_TEST_CASE (cpl_sar) { - shared_ptr<dcp::ReelMonoPictureAsset> pa (new dcp::ReelMonoPictureAsset ()); + shared_ptr<dcp::ReelMonoPictureAsset> pa ( + new dcp::ReelMonoPictureAsset ( + shared_ptr<dcp::MonoPictureMXF> (new dcp::MonoPictureMXF ("test/ref/DCP/foo/video.mxf")), + 0 + ) + ); { pa->set_screen_aspect_ratio (dcp::Fraction (1998, 1080)); |
