summaryrefslogtreecommitdiff
path: root/va/va_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_str.c')
-rw-r--r--va/va_str.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/va/va_str.c b/va/va_str.c
index 6b22125..4594079 100644
--- a/va/va_str.c
+++ b/va/va_str.c
@@ -61,6 +61,8 @@ const char *vaProfileStr(VAProfile profile)
TOSTR(VAProfileHEVCSccMain);
TOSTR(VAProfileHEVCSccMain10);
TOSTR(VAProfileHEVCSccMain444);
+ TOSTR(VAProfileAV1Profile0);
+ TOSTR(VAProfileAV1Profile1);
default: break;
}
return "<unknown profile>";