diff options
| author | jhurst <jhurst@cinecert.com> | 2021-05-31 10:21:33 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-05-31 10:21:33 -0700 |
| commit | 8380aef198b34a020e0bc76dcf4b5e97c27da553 (patch) | |
| tree | 276cf0ce265e742030abb4bdfc2ea18cb60c3a04 /src/AS_02_JXS.h | |
| parent | f9d7fbc33aa571c547d916b145712469efd9f4b8 (diff) | |
JXS support without the legacy PictureDescriptor pattern
Diffstat (limited to 'src/AS_02_JXS.h')
| -rw-r--r-- | src/AS_02_JXS.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AS_02_JXS.h b/src/AS_02_JXS.h index 1fef4f1..06b4145 100644 --- a/src/AS_02_JXS.h +++ b/src/AS_02_JXS.h @@ -49,7 +49,7 @@ NOTE: ciphertext support for clip-wrapped PCM is not yet complete. #include "Metadata.h" #include "AS_02.h" -#include "AS_DCP_JXS.h" +#include "JXS.h" namespace AS_02 { @@ -77,8 +77,8 @@ namespace AS_02 // the operation cannot be completed or if nonsensical data is discovered // in the essence descriptor. Result_t OpenWrite(const std::string& filename, const ASDCP::WriterInfo&, - ASDCP::MXF::FileDescriptor* essence_descriptor, - ASDCP::MXF::InterchangeObject_list_t& essence_sub_descriptor_list, + ASDCP::MXF::GenericPictureEssenceDescriptor& picture_descriptor, + ASDCP::MXF::JPEGXSPictureSubDescriptor& jxs_sub_descriptor, const ASDCP::Rational& edit_rate, const ui32_t& header_size = 16384, const IndexStrategy_t& strategy = IS_FOLLOW, const ui32_t& partition_space = 10); |
