diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 23:53:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 23:53:40 +0000 |
| commit | 3eda767ad2e9a3512405802dfa273923acc3cf07 (patch) | |
| tree | eb81b5f63026309a2793050b663a6e0af5c07bf3 /src/lib/encoder.cc | |
| parent | 2635a4e6617c9fc96c24d9e2259e972525d2929f (diff) | |
A couple of potential fixes for 4K.
Diffstat (limited to 'src/lib/encoder.cc')
| -rw-r--r-- | src/lib/encoder.cc | 2 |
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() ) )); |
