diff options
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 a2d78aa68..543e3cba0 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -98,6 +98,9 @@ public: */ virtual std::list<dcpomatic::DCPTime> reel_split_points (boost::shared_ptr<const Film>) const; + virtual std::string video_processing_description (boost::shared_ptr<const Film> film) const; + virtual std::string audio_processing_description (boost::shared_ptr<const Film> film) const; + boost::shared_ptr<Content> clone () const; void set_paths (std::vector<boost::filesystem::path> paths); |
