diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-08 16:57:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | 565f3a6b5212bdbcc81e23ec86c771cb6fd7dd12 (patch) | |
| tree | cb2d7b9e11a83a5ceacce9f2270a58d64ea592a8 /src/AS_DCP_JP2K.cpp | |
| parent | 22cfc449c60d0e10c7be84f3c19b132117c63558 (diff) | |
Probably fix fake-writing with 3D.
Diffstat (limited to 'src/AS_DCP_JP2K.cpp')
| -rwxr-xr-x | src/AS_DCP_JP2K.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index 9d6dfc9..4510ed1 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -1273,7 +1273,7 @@ public: } m_NextPhase = SP_LEFT; - return lh__Writer::FakeWriteFrame(size, true); + return lh__Writer::FakeWriteFrame(size, false); } // |
