Option to draw a border around the content's image (#391).
[dcpomatic.git] / src / lib / film.cc
index 0de6f2ded75e9cbf0ae1ad8782b830e968e38d19..0891838ff930674548ea90c23e7f117fcdc05905 100644 (file)
@@ -1071,7 +1071,7 @@ Film::full_frame () const
 dcp::Size
 Film::frame_size () const
 {
-       return fit_ratio_within (container()->ratio(), full_frame ());
+       return fit_ratio_within (container()->ratio(), full_frame (), 1);
 }
 
 dcp::EncryptedKDM