X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=0c46499547c3245b0ad410dd4a1ea2b0b16708c7;hb=f9ead014bdfaa7abd7dcea55650ae261e8323ec7;hp=4e9e5815f3e864311d5b37a909665f77fc567941;hpb=2791e094c143e0704ce8935fe5a19508429cf062;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 4e9e5815f..0c4649954 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -45,7 +45,6 @@ public: static int const SIZE; static int const FRAME_TYPE; static int const CROP; - static int const SCALE; static int const COLOUR_CONVERSION; static int const FADE_IN; static int const FADE_OUT; @@ -61,7 +60,7 @@ class VideoContent : public ContentPart, public std::enable_shared_from_this >); + VideoContent (Content* parent, std::vector>); void as_xml (xmlpp::Node *) const; std::string technical_summary () const; @@ -249,4 +248,5 @@ private: boost::optional _burnt_subtitle_language; }; + #endif