A couple of potential fixes for 4K.
[dcpomatic.git] / src / lib / encoder.cc
index f8a5971911278b96eb5332691c23f52de7aca2f3..eff38b6a57840ddbd3a3e3dcc9194f440f5503af 100644 (file)
@@ -217,7 +217,7 @@ Encoder::process_video (shared_ptr<PlayerImage> image, Eyes eyes, ColourConversi
                _queue.push_back (shared_ptr<DCPVideoFrame> (
                                          new DCPVideoFrame (
                                                  image->image(), _video_frames_out, eyes, conversion, _film->video_frame_rate(),
-                                                 _film->j2k_bandwidth(), _film->log()
+                                                 _film->j2k_bandwidth(), _film->resolution(), _film->log()
                                                  )
                                          ));