wip: got stuck... because PlayerVideo is related to the render size
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.cc
index 0d5167c496c109ae0b7f4db56d28ee350d4134e8..3af2db7ce4abd2a1c461eeb519cb264bae17f094 100644 (file)
@@ -402,7 +402,9 @@ FFmpegFileEncoder::video (shared_ptr<PlayerVideo> video, DCPTime time)
 {
        /* All our output formats are video range at the moment */
        auto image = video->image (
-               bind (&PlayerVideo::force, _pixel_format),
+               bind(&PlayerVideo::force, _pixel_format),
+               _video_frame_size,
+               _video_frame_size,
                VideoRange::VIDEO,
                false
                );