diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-08 16:57:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-08 16:57:14 +0000 |
| commit | e003bf6159311ce69609ef30375b535d45e35729 (patch) | |
| tree | 21734754d381bb857c499000e96608ca4443fe27 /src/AS_DCP_JP2K.cpp | |
| parent | eae4ef1dea28868dd61dab68a37b7ee6d1181036 (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 95b026f..945911e 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); } // |
