Add simple support for generating audio MXFs from part of a WAV file (for multi-reel...
[libdcp.git] / examples / make_dcp.cc
index e1d8353bc3e79f0a6449fc8bd8a302ddc090cbe8..68e3f4f92c4b5a3e68d75110239497afc944f3ae 100644 (file)
@@ -93,7 +93,7 @@ main ()
 
        /* Now we can create the sound asset using these files */
        boost::shared_ptr<libdcp::SoundAsset> 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 */