We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I changed the desired API version to 1.35 and it seemed to create a session.
I found out in 1.35 you can't just pass empty MfxVideoParams to MFXVideoENCODE_Query - it returns MfxStatus::NullPtr.
MfxVideoParams
MFXVideoENCODE_Query
MfxStatus::NullPtr
This change in query appears to fix that issue:
query
The text was updated successfully, but these errors were encountered:
Hmm, I've haven't tried too hard to get the "legacy" version working. Was changing that all it took to get it working?
Sorry, something went wrong.
Sorry, also needed to remove the explicit API version filter from the library code.
No branches or pull requests
I changed the desired API version to 1.35 and it seemed to create a session.
I found out in 1.35 you can't just pass empty
MfxVideoParams
toMFXVideoENCODE_Query
- it returnsMfxStatus::NullPtr
.This change in
query
appears to fix that issue:The text was updated successfully, but these errors were encountered: