utils: report VP9 profiles
Add VP9Profile0-3 name mapping.
This commit is contained in:
parent
326011af58
commit
22647090be
@ -152,6 +152,14 @@ string_of_VAProfile (VAProfile profile)
|
||||
#if VA_CHECK_VERSION(0,35,0)
|
||||
MAP (VP8Version0_3);
|
||||
#endif
|
||||
#if VA_CHECK_VERSION(0,37,0)
|
||||
MAP (VP9Profile0);
|
||||
#endif
|
||||
#if VA_CHECK_VERSION(0,39,0)
|
||||
MAP (VP9Profile1);
|
||||
MAP (VP9Profile2);
|
||||
MAP (VP9Profile3);
|
||||
#endif
|
||||
#undef MAP
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user