mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
utils: report VP9 profiles
Add VP9Profile0-3 name mapping.
This commit is contained in:
parent
326011af58
commit
22647090be
1 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue