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

remove the MasterContext from EbmlMaster #160

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Jan 14, 2024

  1. remove the MasterContext from EbmlMaster

    It must always be the ClassInfos Context. This the case for all macros.
    So we don't need to store it a second time.
    robUx4 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1b940e9 View commit details
    Browse the repository at this point in the history
  2. use the regular constructor for KaxTrackEntry

    We don't do anything more than the default ones.
    robUx4 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    00337a8 View commit details
    Browse the repository at this point in the history