summaryrefslogtreecommitdiff
path: root/asdcplib/src/AS_DCP.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-23 00:16:28 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-23 00:16:28 +0000
commit054cc86d5ba734c72780b07a772a55e3a7000a4f (patch)
tree359704968d206047a5c1c089a56e089e00d11bc2 /asdcplib/src/AS_DCP.h
parent0f416fd215fd656e091a03090317328c418eaf67 (diff)
Fix fake-writing of 3D.
Diffstat (limited to 'asdcplib/src/AS_DCP.h')
-rwxr-xr-xasdcplib/src/AS_DCP.h2
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.