diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-17 20:28:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-17 20:28:51 +0000 |
| commit | 7ad5465b35e8fbf4be80ec93553bd73d25f2b29b (patch) | |
| tree | cd10937f86fc3fd83d61e48b99c089c626204baa | |
| parent | cfda7f5d088f9800d5e9f2d39c4495f31b25f305 (diff) | |
Tidy up slightly.
| -rw-r--r-- | src/sound_asset.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index 7abd2037..be77739a 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -42,7 +42,11 @@ using boost::lexical_cast; using namespace libdcp; SoundAsset::SoundAsset ( - vector<string> const & files, string directory, string mxf_name, boost::signals2::signal<void (float)>* progress, int fps, int intrinsic_duration, int start_frame + vector<string> const & files, + string directory, + string mxf_name, + boost::signals2::signal<void (float)>* progress, + int fps, int intrinsic_duration, int start_frame ) : MXFAsset (directory, mxf_name, progress, fps, intrinsic_duration) , _channels (files.size ()) |
