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

do not export Context_xxx of master elements #184

Merged
merged 2 commits into from
Mar 2, 2024

Commits on Feb 25, 2024

  1. replace EBML_CLASS_SEMCONTEXT with EBML_CLASS_CONTEXT

    It gives the same type, but EBML_CLASS_CONTEXT is more generic and doesn't
    need the Context_xx to be exported.
    robUx4 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    00c9395 View commit details
    Browse the repository at this point in the history
  2. do not export Context_xxx of master elements

    It can be retrieved with EBML_CLASS_CONTEXT(), no need to specifically export them
    from DLLs.
    Neither mkvtoolnix nor VLC use these, apart from Context_KaxMatroska,
    which doesn't have a definition outside of here.
    robUx4 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    adeefef View commit details
    Browse the repository at this point in the history