Message ID | f7d25949-b716-d80b-10a3-1a4986f6dcda@jkqxz.net |
---|---|
State | New |
Headers | show |
diff --git a/ffmpeg_vaapi.c b/ffmpeg_vaapi.c index f1e7c76..b6bdeb9 100644 --- a/ffmpeg_vaapi.c +++ b/ffmpeg_vaapi.c @@ -177,9 +177,12 @@ static const struct { #if VA_CHECK_VERSION(0, 35, 0) MAP(VP8, UNKNOWN, VP8Version0_3 ), #endif -#if VA_CHECK_VERSION(0, 37, 1) +#if VA_CHECK_VERSION(0, 38, 0) MAP(VP9, VP9_0, VP9Profile0 ), #endif +#if VA_CHECK_VERSION(0, 39, 0) + MAP(VP9, VP9_2, VP9Profile2 ), +#endif #undef MAP };