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

Disable the MSVC C4232 warning #2449

Merged

Commits on Sep 30, 2024

  1. Disable the MSVC C4232 warning

    The way we use the addresses of the libyuv functions in
    src/reformat_libyuv.c, the addresses of those functions do not need to
    be "static", which I think means fixed from execution to execution. As
    long as the addresses of those functions are fixed during an execution,
    that is fine for src/reformat_libyuv.c.
    
    Fix AOMediaCodec#2447.
    wantehchang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    21c5a39 View commit details
    Browse the repository at this point in the history