intel / libva

Libva is an implementation for VA-API (Video Acceleration API)
http://intel.github.io/libva/
Other
663 stars 302 forks source link

va: remove older 0.32 and 0.33 support #812

Open XinfengZhang opened 6 months ago

XinfengZhang commented 6 months ago

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

evelikov commented 5 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.