From 776f687d7cdf421d2d144b9f79364fefc1f784ba Mon Sep 17 00:00:00 2001 From: cah Date: Mon, 19 Dec 2022 10:29:17 +0100 Subject: Add FakeWriteFrame() --- src/AS_DCP.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/AS_DCP.h') 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(); -- cgit v1.2.3