Update vaapi_wrapper.h

This commit is contained in:
Alexander David Frick 2022-02-11 14:23:32 -06:00 committed by GitHub
parent d78b7d3e5c
commit bd897d14cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,8 @@ enum class VAImplementation {
kMesaGallium,
kIntelI965,
kIntelIHD,
kNVIDIAVDPAU,
kOther,
kNVIDIAVDPAU,
kInvalid,
};