diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-21 20:29:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 20:29:47 +0100 |
| commit | 8b59eda953e7fa37506e6cb6add7dcb7d5ae8dce (patch) | |
| tree | 3a34949184334ec95661a63b87d8f3c09182c6e4 /src/AS_DCP_internal.h | |
| parent | 937185745167bbd12ebdb46ec3cf5127d26394ff (diff) | |
Allow overwrite (i.e. continue) when writing JPEG2000 MXFs.
Diffstat (limited to 'src/AS_DCP_internal.h')
| -rwxr-xr-x | src/AS_DCP_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h index 6d8688f..31c141c 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -966,6 +966,7 @@ extern MXF::RIP *g_RIP; Result_t WriteEKLVPacket(const ASDCP::FrameBuffer& FrameBuf,const byte_t* EssenceUL, const ui32_t& MinEssenceElementBerLength, AESEncContext* Ctx, HMACContext* HMAC); + Result_t FakeWriteEKLVPacket(int size); Result_t WriteASDCPFooter(); }; |
