Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index table construction does handle KLV Fill Items after the Partition Pack #75

Open
palemieux opened this issue Mar 4, 2021 · 1 comment

Comments

@palemieux
Copy link
Contributor

Section 6.4 at SMPTE ST 377-1 specifies that a KLV Fill Item may be present immediately after the Partition Pack, before any Index Table Segment or Header Metadata.

ASDCPLib assumes that the Header Metadata and/or Index Table Segment come immediately after the end of the Partition Pack:

current_ec_offset = tmp_partition->HeaderByteCount + tmp_partition->ArchiveSize();

@jhursty
Copy link
Contributor

jhursty commented May 23, 2021

There is a branch flexible_header_parse that attempts to address this issue. It is ready for inspection if anyone has an interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants