X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplaylist.h;h=fe19c93c97dc6848e05362db4c34dfdd7659f20a;hb=dc87773c69beb0249c1d50841730a10a496b563a;hp=0a5c087dea67ed076f0833e584ef2c5b3359a823;hpb=3412af70b950dcdc604413ef05c26becda6da789;p=dcpomatic.git diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 0a5c087de..fe19c93c9 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -46,7 +46,7 @@ public: ~Playlist (); void as_xml (xmlpp::Node *, bool with_content_paths); - void set_from_xml (boost::shared_ptr, cxml::ConstNodePtr, int, std::list &); + void set_from_xml (boost::shared_ptr film, cxml::ConstNodePtr node, int version, std::list& notes); void add (boost::shared_ptr); void remove (boost::shared_ptr); @@ -67,6 +67,7 @@ public: DCPTime subtitle_end () const; FrameRateChange active_frame_rate_change (DCPTime, int dcp_frame_rate) const; std::string content_summary (DCPTimePeriod period) const; + std::pair speed_up_range (int dcp_video_frame_rate) const; void set_sequence (bool); void maybe_sequence ();