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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va_str.c b/va/va_str.c
index d321604..6dc5568 100644
--- a/va/va_str.c
+++ b/va/va_str.c
@@ -111,6 +111,7 @@ const char *vaConfigAttribTypeStr(VAConfigAttribType configAttribType)
TOSTR(VAConfigAttribFrameSizeToleranceSupport);
TOSTR(VAConfigAttribEncTileSupport);
TOSTR(VAConfigAttribCustomRoundingControl);
+ TOSTR(VAConfigAttribQPBlockSize);
case VAConfigAttribTypeMax: break;
}
return "<unknown config attribute type>";