summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-23 23:53:40 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-23 23:53:40 +0000
commit3eda767ad2e9a3512405802dfa273923acc3cf07 (patch)
treeeb81b5f63026309a2793050b663a6e0af5c07bf3 /src/lib/encoder.cc
parent2635a4e6617c9fc96c24d9e2259e972525d2929f (diff)
A couple of potential fixes for 4K.
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index f8a597191..eff38b6a5 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -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()
)
));