X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.h;h=ce4a8aa6985cdbdc38af33bf5e4c8b479cbc65db;hb=d710869f0a42285e81c72c1e5b9e76886e0d190a;hp=df7b56edca41e9ecd5475c2f0a9658f1a1b855e5;hpb=7bc2134d658778e04f1756c255e604b4ab5a5831;p=dcpomatic.git diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index df7b56edc..ce4a8aa69 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -59,15 +59,15 @@ public: return std::dynamic_pointer_cast (Content::shared_from_this ()); } - void examine (std::shared_ptr film, std::shared_ptr); - void take_settings_from (std::shared_ptr c); - std::string summary () const; - std::string technical_summary () const; - void as_xml (xmlpp::Node *, bool with_paths) const; - dcpomatic::DCPTime full_length (std::shared_ptr film) const; - dcpomatic::DCPTime approximate_length () const; + void examine (std::shared_ptr film, std::shared_ptr) override; + void take_settings_from (std::shared_ptr c) override; + std::string summary () const override; + std::string technical_summary () const override; + void as_xml (xmlpp::Node *, bool with_paths) const override; + dcpomatic::DCPTime full_length (std::shared_ptr film) const override; + dcpomatic::DCPTime approximate_length () const override; - std::string identifier () const; + std::string identifier () const override; void set_default_colour_conversion (); @@ -100,7 +100,7 @@ public: void signal_subtitle_stream_changed (); private: - void add_properties (std::shared_ptr film, std::list &) const; + void add_properties (std::shared_ptr film, std::list &) const override; friend struct ffmpeg_pts_offset_test; friend struct audio_sampling_rate_test;