You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I found that when there is an open and incomplete header partition pack, program reports a wrong headerbytecount in footer,
either if the value is correct. This is due to the fact that IsHeaderByteCountCorrect method evaluate value measuring from start of primer pack to end of partition, but doesn't take account of index table present on footer. Correct value should be from start of primer pack to index table offset, as reported from MXFAnalyzer Lite from IRT.
I correct the bug on my code, how can I get in touch with contributors ?
Regards
FrancescoBLT
The text was updated successfully, but these errors were encountered:
Hello and thanks for reporting the issue!
I am one of the contributors and I was not sure if MXFInspect should also consider the index tables for the header bytes calculation. I think you have two options:
If you are familiar with git and github just make a pull request and I will integrate your correction into this repo
Hi
I found that when there is an open and incomplete header partition pack, program reports a wrong headerbytecount in footer,
either if the value is correct. This is due to the fact that IsHeaderByteCountCorrect method evaluate value measuring from start of primer pack to end of partition, but doesn't take account of index table present on footer. Correct value should be from start of primer pack to index table offset, as reported from MXFAnalyzer Lite from IRT.
I correct the bug on my code, how can I get in touch with contributors ?
Regards
FrancescoBLT
The text was updated successfully, but these errors were encountered: