diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-23 00:16:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-23 00:16:28 +0000 |
| commit | 054cc86d5ba734c72780b07a772a55e3a7000a4f (patch) | |
| tree | 359704968d206047a5c1c089a56e089e00d11bc2 /asdcplib/src/AS_DCP.h | |
| parent | 0f416fd215fd656e091a03090317328c418eaf67 (diff) | |
Fix fake-writing of 3D.
Diffstat (limited to 'asdcplib/src/AS_DCP.h')
| -rwxr-xr-x | asdcplib/src/AS_DCP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcplib/src/AS_DCP.h b/asdcplib/src/AS_DCP.h index 3edd1f74..eb2ce6e6 100755 --- a/asdcplib/src/AS_DCP.h +++ b/asdcplib/src/AS_DCP.h @@ -1289,7 +1289,7 @@ namespace ASDCP { Result_t WriteFrame(const FrameBuffer&, StereoscopicPhase_t phase, AESEncContext* = 0, HMACContext* = 0, std::string* hash = 0); - Result_t FakeWriteFrame(int size); + Result_t FakeWriteFrame(int size, StereoscopicPhase_t phase); // Closes the MXF file, writing the index and revised header. Returns // RESULT_SPHASE if WriteFrame was called an odd number of times. |
