You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
I'm calling MFXVideoVPP_Query from my application but cannot seem to get past it returning a MFX_ERR_UNSUPPORTED. I've diff'ed the two trace logs (one from the sample_vpp application) but they are almost identical except for things like pointers. Is there anything else that can cause an UNSUPPORTED error beyond just the input parameters to MFXVideoVPP_Query?
I'm calling
MFXVideoVPP_Query
from my application but cannot seem to get past it returning aMFX_ERR_UNSUPPORTED
. I've diff'ed the two trace logs (one from the sample_vpp application) but they are almost identical except for things like pointers. Is there anything else that can cause an UNSUPPORTED error beyond just the input parameters toMFXVideoVPP_Query
?Trace from sample_vpp:
My application:
The text was updated successfully, but these errors were encountered: