X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fformat.h;h=7958ca5341604e199a181b2295e0708b3614d542;hb=d62877ae6c4e316e43f4052e4b9ba673610012cf;hp=48a000480fcbacec36189b062431780817f6c419;hpb=039ac5848730d154e0b3f3dd841a55e45ba922d8;p=dcpomatic.git diff --git a/src/lib/format.h b/src/lib/format.h index 48a000480..7958ca534 100644 --- a/src/lib/format.h +++ b/src/lib/format.h @@ -46,7 +46,10 @@ public: /** @return the ratio as a floating point number */ virtual float ratio_as_float (boost::shared_ptr f) const = 0; - int dcp_padding (boost::shared_ptr f) const; + /** @return the ratio of the container (including any padding) as a floating point number */ + float container_ratio_as_float () const; + + int dcp_padding (boost::shared_ptr) const; /** @return size in pixels of the images that we should * put in a DCP for this ratio. This size will not correspond @@ -81,7 +84,7 @@ public: static void setup_formats (); protected: - /** Size in pixels of the images that we should + /** libdcp::Size in pixels of the images that we should * put in a DCP for this ratio. This size will not correspond * to the ratio when we are doing things like 16:9 in a Flat frame. */