From e412564a57a5898a8f5f49c42bede37e76f0c41c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Jan 2013 19:26:57 +0000 Subject: Add simple support for generating audio MXFs from part of a WAV file (for multi-reel DCP generation). --- 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 e1d8353b..68e3f4f9 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -93,7 +93,7 @@ main () /* Now we can create the sound asset using these files */ boost::shared_ptr sound_asset ( - new libdcp::SoundAsset (sound_files, "My Film DCP", "audio.mxf", 0, 24, 48) + new libdcp::SoundAsset (sound_files, "My Film DCP", "audio.mxf", 0, 24, 48, 0) ); /* Now that we have the assets, we can create a Reel to put them in and add it to the CPL */ -- cgit v1.2.3