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
Apparently it's a commonly appearing issue AMD devs trying to fix for years, here are the latest reports (even though it was supposed to work since Mesa 20.3.0 released two years ago): https://gitlab.freedesktop.org/mesa/mesa/-/issues/1193
It's a kind of weird situation. I wrote small sample code
build command is
gcc h264encode.c -lva -lva-x11 -lX11
Output:
The same code at the very beginning of the https://github.com/intel/libva-utils/blob/master/encode/h264encode.c
main
fuction works fine andvaDeriveImage
returns 0.What I'm missing for?
The text was updated successfully, but these errors were encountered: