summaryrefslogtreecommitdiff
path: root/asdcplib/src/AS_DCP.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-18 20:25:02 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-18 20:25:02 +0000
commit2489080f9a5d2891da0fc313b2c0ac1450a630ad (patch)
tree2f4fe733439db89943eb208713f034eb7df12b65 /asdcplib/src/AS_DCP.h
parentc289685296d58228df0a88354e966105b242c915 (diff)
Allow incremental writing of picture MXFs.
Diffstat (limited to 'asdcplib/src/AS_DCP.h')
-rwxr-xr-xasdcplib/src/AS_DCP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/asdcplib/src/AS_DCP.h b/asdcplib/src/AS_DCP.h
index b227c063..3d679413 100755
--- a/asdcplib/src/AS_DCP.h
+++ b/asdcplib/src/AS_DCP.h
@@ -1090,6 +1090,8 @@ namespace ASDCP {
// encrypted headers.
Result_t OpenReadFrame(const char* filename, FrameBuffer&) const;
+ Result_t OpenReadFrame(const unsigned char * data, unsigned int size, FrameBuffer&) const;
+
// Fill a PictureDescriptor struct with the values from the file's codestream.
// Returns RESULT_INIT if the file is not open.
Result_t FillPictureDescriptor(PictureDescriptor&) const;