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

Update Presenter.cpp #339

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. Update Presenter.cpp

    Correcting a bug in Presenter.cpp code: to create and initialize media type members, `mtOptimal.CreateEmptyType();` call must be added after `VideoType mtOptimal;` declaration (file Presenter.cpp, line 1411).
    vasilich-tregub authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    21edb40 View commit details
    Browse the repository at this point in the history
  2. Update dllmain.cpp

    EVRPrenter.dll can be made registration-free by adding and exporting the function CreateEVRCustomPresenter (dllmain.cpp).
    vasilich-tregub authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    41d2cc1 View commit details
    Browse the repository at this point in the history