summaryrefslogtreecommitdiff
path: root/src/AS_DCP.h
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2022-12-19 10:29:17 +0100
committercah <cah@ableton.com>2022-12-19 10:29:17 +0100
commit776f687d7cdf421d2d144b9f79364fefc1f784ba (patch)
treef292554eb550d6a1d70cd8724929bd80246562ee /src/AS_DCP.h
parentedcd528c723aff4cfcf941f5bd00b75cecd6e2b5 (diff)
Add FakeWriteFrame()carl-3
Diffstat (limited to 'src/AS_DCP.h')
-rwxr-xr-xsrc/AS_DCP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h
index 78ecea3..2a27c20 100755
--- a/src/AS_DCP.h
+++ b/src/AS_DCP.h
@@ -1389,6 +1389,8 @@ namespace ASDCP {
Result_t WriteFrame(const FrameBuffer&, StereoscopicPhase_t phase,
AESEncContext* = 0, HMACContext* = 0);
+ 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.
Result_t Finalize();