From d714233760a8f6a0541c279c3046984f2d199814 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jan 2013 23:22:27 +0000 Subject: Remove hacky start_frame stuff from SoundAsset for now. --- examples/make_dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/make_dcp.cc') diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 1f5c74a1..3891db3f 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, 0) + new libdcp::SoundAsset (sound_files, "My Film DCP", "audio.mxf", 0, 24, 48) ); /* 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