Option to draw a border around the content's image (#391).
[dcpomatic.git] / src / lib / video_content.h
index 7d9cb4f8f0298eccb5a307b37612b5ab8e6e95be..dc7de8d54a7f557ff2b70fe951b6cabaa98975d0 100644 (file)
@@ -45,7 +45,7 @@ public:
        VideoContentScale (bool);
        VideoContentScale (cxml::NodePtr);
 
-       dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size, dcp::Size) const;
+       dcp::Size size (boost::shared_ptr<const VideoContent>, dcp::Size, dcp::Size, int round) const;
        std::string id () const;
        std::string name () const;
        void as_xml (xmlpp::Node *) const;