Split Format into Fixed and Variable so that sources can be unstretched.
[dcpomatic.git] / src / lib / film.cc
index 20edacf59160cb704395a39fd3f89e08d35ad291..330ae9e5dcfd8e322dec323005922d591bb38045 100644 (file)
@@ -534,8 +534,8 @@ Film::make_dcp (bool transcode, int freq)
        }
        
        o->decode_video_frequency = freq;
-       o->padding = format()->dcp_padding ();
-       o->ratio = format()->ratio_as_float ();
+       o->padding = format()->dcp_padding (this);
+       o->ratio = format()->ratio_as_float (this);
 
        if (transcode) {
                if (_state.dcp_ab) {