diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 01:01:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 65b331d32c383f3a9049f29bf03ab3fe3193b31a (patch) | |
| tree | 3b27e0ca60742021094cee889a1c8d1ef4d75f8c /src/lib/content.h | |
| parent | 6dd3777a0074f6f97c7f7286621006a1c14376e8 (diff) | |
Split audio; builds.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index f488962b3..60dd89b97 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -93,6 +93,8 @@ public: */ virtual std::list<DCPTime> reel_split_points () const; + virtual void changed (int) {} + boost::shared_ptr<Content> clone () const; void set_path (boost::filesystem::path); @@ -167,6 +169,7 @@ public: boost::signals2::signal<void (boost::weak_ptr<Content>, int, bool)> Changed; boost::shared_ptr<VideoContent> video; + boost::shared_ptr<AudioContent> audio; boost::shared_ptr<SubtitleContent> subtitle; void signal_changed (int); |
