Compiles; strange hang on adding content to a film.
[dcpomatic.git] / src / lib / format.cc
index f5026c0da8faf0ddf8267c11b0a32adcc163a9c8..688b22f16dc5f049602ab323ac75d76a803b1b30 100644 (file)
@@ -208,7 +208,8 @@ VariableFormat::VariableFormat (libdcp::Size dcp, string id, string n, string d)
 float
 VariableFormat::ratio (shared_ptr<const Film> f) const
 {
-       libdcp::Size const c = f->cropped_size (f->video_size ());
+       /* XXX */
+       libdcp::Size const c;// = f->cropped_size (f->video_size ());
        return float (c.width) / c.height;
 }