diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-02 14:00:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-02 14:00:57 +0100 |
| commit | 2e64e69c8d7836d14e059c474bb6bd667e7bb52f (patch) | |
| tree | a5d2f2a33a56cffb55e8be02f895063edbdb736b /examples | |
| parent | 37a00950acd0df2796345005cf5a1973eeca1136 (diff) | |
More master merge bits.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make_dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 2bcd4fc9..da029f27 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -75,7 +75,7 @@ main () for 2K projectors. */ boost::shared_ptr<libdcp::MonoPictureAsset> picture_asset ( - new libdcp::MonoPictureAsset (video_frame, "My Film DCP", "video.mxf", 0, 24, 48, libdcp::Size (1998, 1080), false) + new libdcp::MonoPictureAsset (video_frame, "My Film DCP", "video.mxf", 0, 24, 48, false, libdcp::Size (1998, 1080)) ); /* Now we will create a `sound asset', which is made up of a WAV file for each channel of audio. Here we're using |
