utils: report VP9 profiles

Add VP9Profile0-3 name mapping.
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-06-28 15:48:39 +02:00
parent 326011af58
commit 22647090be

View file

@ -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;