From 6801a43a489b3e55ab062b0db46e0e03d20e9bcb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Feb 2024 11:51:24 +0100 Subject: Move Behaviour enum out of J2KPictureAsset. --- examples/make_dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index b5663a99..80e5f52b 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -59,7 +59,7 @@ main () auto picture_asset = std::make_shared(dcp::Fraction(24, 1), dcp::Standard::SMPTE); /* Start off a write to it */ - auto picture_writer = picture_asset->start_write("DCP/picture.mxf", dcp::J2KPictureAsset::Behaviour::MAKE_NEW); + auto picture_writer = picture_asset->start_write("DCP/picture.mxf", dcp::Behaviour::MAKE_NEW); /* Write 24 frames of the same JPEG2000 file */ dcp::ArrayData picture("examples/help.j2c"); -- cgit v1.2.3