Partial hacks to use of libdcp 1.0.
[dcpomatic.git] / src / lib / types.h
index 924279c25eafb1885ad1e9fe504287565f1ebb67..a1b40f29939c87a050dd9f4a04cd85f591de8c0b 100644 (file)
@@ -98,7 +98,7 @@ struct Crop
        /** Number of pixels to remove from the bottom */
        int bottom;
 
-       libdcp::Size apply (libdcp::Size s, int minimum = 4) const {
+       dcp::Size apply (dcp::Size s, int minimum = 4) const {
                s.width -= left + right;
                s.height -= top + bottom;