From a983bc3abceadae75c7fa070ae394a69e6d8bd5b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Feb 2014 13:01:01 +0000 Subject: Tweaks for libdcp. --- src/lib/util.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index 63b1a5395..725039a7e 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -49,10 +49,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include extern "C" { #include #include @@ -992,8 +992,8 @@ split_get_request (string url) return r; } -libdcp::Size -fit_ratio_within (float ratio, libdcp::Size full_frame) +dcp::Size +fit_ratio_within (float ratio, dcp::Size full_frame) { if (ratio < full_frame.ratio ()) { return dcp::Size (rint (full_frame.height * ratio), full_frame.height); -- cgit v1.2.3