diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-14 21:45:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-14 23:02:44 +0000 |
| commit | cfa318342dee4df682e222a94300cca62a4a5683 (patch) | |
| tree | 8c065f09a1971d30904061ed7992fe18549d8df0 /src/AS_DCP_internal.h | |
| parent | 34e1cac37c478d3ca2e1baa7c2ca4fdcaad035cf (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 a74b3e2..41fc582 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -861,6 +861,7 @@ namespace ASDCP Result_t CreateBodyPart(const MXF::Rational& EditRate, ui32_t BytesPerEditUnit = 0); Result_t WriteEKLVPacket(const ASDCP::FrameBuffer& FrameBuf,const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext* HMAC); + Result_t FakeWriteEKLVPacket(int size); Result_t WriteASDCPFooter(); }; |
