Offer only flat/scope/full-frame as container choices and differentiate
[dcpomatic.git] / src / lib / video_content_scale.cc
index c86ba6ef8a9995cdc8bf7f5c23e1958f5a3a16b3..636f0e807413972d7fa5cb1ea8161e755bd4fb7a 100644 (file)
@@ -95,7 +95,7 @@ string
 VideoContentScale::name () const
 {
        if (_ratio) {
-               return _ratio->nickname ();
+               return _ratio->image_nickname ();
        }
 
        if (_scale) {