diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-16 14:02:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-16 14:02:23 +0100 |
| commit | 194f38bccf78e51de0a35367590c2133bb093020 (patch) | |
| tree | 58429e8b100da5a87fae34e37cc9f5884bfcc087 /test/cpl_sar_test.cc | |
| parent | 99acc6fb86df3ab7ec4f6b5174fce047794b8cdc (diff) | |
Various test fixes.
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)); |
