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

Revert incompatible scaling changes #34

Merged

Commits on Aug 20, 2022

  1. Revert incompatible scaling changes

    This reverts commits 5eee6d9
    and 7a83376 from
    pinterf#24 and its follow-up fix.
    
    The dependence on the videos storage resolution described in
    pinterf#17 is actually
    part of the ASS format and required to be kept for compatibility with
    existing files.
    Keeping compatible with this beaviour is also why the xy-SubFilter
    interface in include/SubRenderIntf.h takes an "originalVideoSize"
    parameter; as unlike xy-VSFilter, xy-SubFilter can render at native
    display resolution. (While for xy-VSFilter, rendering always happens at
    the videos original storage resolution, so the rendering dimension
    already carries the informaton and a separate parameter is not needed).
    TheOneric committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    ae6c9b7 View commit details
    Browse the repository at this point in the history