Open XinfengZhang opened 6 months ago
AFAICT this will cause an ABI break, since any program linked against libva.so.2 has the VA_API_0.33.0
tagged vaCreateSurfaces
symbol.
This compat shim (alongside other deprecated bits) should have been removed with the libva.so.1 -> libva.so.2 change.
libva version 2.x should be compatible with 2.x series , not 1.x series and 0.x series copy #811, but reserve va_compat.h , because maybe some existing usage refer this file