diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-02 22:10:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-21 16:41:08 +0000 |
| commit | 75a5574d94d37d40529cd28588fef187540311e4 (patch) | |
| tree | 6dcb3cafede8b8a747ac4ee18d3f296dac56abd7 /src/lib/dcp_video.cc | |
| parent | a405e599c422db81886ff7a12155aa285cd9719e (diff) | |
Various work on poznan.
Diffstat (limited to 'src/lib/dcp_video.cc')
| -rw-r--r-- | src/lib/dcp_video.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index 1933c0e35..f3ac4da00 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -131,7 +131,7 @@ DCPVideo::encode_locally (dcp::NoteHandler note) } shared_ptr<EncodedData> enc = encoder->encode ( - xyz, note, _j2k_bandwidth, _frames_per_second, _resolution, _frame->eyes() == EYES_LEFT || _frame->eyes() == EYES_RIGHT + xyz, _j2k_bandwidth, _frames_per_second, _resolution, _frame->eyes() == EYES_LEFT || _frame->eyes() == EYES_RIGHT ); switch (_frame->eyes()) { |
