Fix fake-writing of 3D.
[libdcp.git] / asdcplib / src / AS_DCP_internal.h
index 4c1507c878171a0f72eb293149a7efb74acb53ef..73106a2688cadb5cceaf015f0cdf924e3150bea3 100755 (executable)
@@ -237,8 +237,10 @@ namespace ASDCP
                              ui32_t TCFrameRate, ui32_t BytesPerEditUnit = 0);
 
       Result_t WriteEKLVPacket(const ASDCP::FrameBuffer& FrameBuf,
-                              const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext* HMAC);
+                              const byte_t* EssenceUL, AESEncContext* Ctx, HMACContext* HMAC, std::string* hash = 0);
 
+      Result_t FakeWriteEKLVPacket(int size);
+           
       Result_t WriteMXFFooter();
 
    };