summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Liu <tianhao.liu@intel.com>2020-04-01 12:19:23 +0800
committerXinfengZhang <carl.zhang@intel.com>2020-04-02 10:30:01 +0800
commit42ce2a4af77456a5bf1cc42ed4a6fc0f1168b328 (patch)
tree391c20d8dab8755a6b40c5ba2c1f3ec37af8d2bf
parent7e1a3cf86951677d1c607e1c103218296e0155b4 (diff)
downloadlibva-42ce2a4af77456a5bf1cc42ed4a6fc0f1168b328.tar.gz
Convert VAProfileAV1Profile0 VAProfileAV1Profile1 to string
Signed-off-by: Tianhao Liu <tianhao.liu@intel.com>
-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>";