diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 09:36:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 09:36:58 +0100 |
| commit | 2cf3da72a017eebf741dfb9a5ec158df94a4e7b7 (patch) | |
| tree | 2fcc142d132fb1de2228cfca201a4e0825415dc8 /src/lib/audio_content.h | |
| parent | 02de0e70ffa175861fb4392e9df4e5a7c1579375 (diff) | |
Basics of DCP import.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 336a98629..131ced61a 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -50,6 +50,7 @@ class AudioContent : public virtual Content public: typedef int64_t Frame; + AudioContent (boost::shared_ptr<const Film>); AudioContent (boost::shared_ptr<const Film>, DCPTime); AudioContent (boost::shared_ptr<const Film>, boost::filesystem::path); AudioContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr); |
