summaryrefslogtreecommitdiff
path: root/src/AS_DCP.h
diff options
context:
space:
mode:
authormschroffel <mschroffel@cinecert.com>2016-03-17 23:58:13 +0000
committermschroffel <>2016-03-17 23:58:13 +0000
commited84256d7687b8255991308361e26013b7071dd9 (patch)
tree58090552a149397f61944daf6cabf7208025f915 /src/AS_DCP.h
parente10177793b42db5b9a8671dcff9e7c9cbc6a676a (diff)
included CMakelists.txt into dist
Diffstat (limited to 'src/AS_DCP.h')
-rwxr-xr-xsrc/AS_DCP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h
index cb78dbc..75ca97f 100755
--- a/src/AS_DCP.h
+++ b/src/AS_DCP.h
@@ -222,6 +222,7 @@ namespace ASDCP {
ESS_AS02_PCM_24b_96k, // the file contains one or more PCM audio pairs, clip wrapped
ESS_AS02_TIMED_TEXT, // the file contains a TTML document and zero or more resources
+ ESS_ACES, // the file contains one ACES codestream
ESS_MAX
};
@@ -946,6 +947,8 @@ namespace ASDCP {
// Reads the next sequential frame in the input file and places it in the
// frame buffer. Fails if the buffer is too small or the stream is empty.
Result_t ReadFrame(FrameBuffer&) const;
+
+ Result_t Seek(ui32_t frame_number) const;
};