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 bda1a72..4ce1ea1 100644
--- a/va/va_str.c
+++ b/va/va_str.c
@@ -123,6 +123,7 @@ const char *vaConfigAttribTypeStr(VAConfigAttribType configAttribType)
TOSTR(VAConfigAttribCustomRoundingControl);
TOSTR(VAConfigAttribQPBlockSize);
TOSTR(VAConfigAttribStats);
+ TOSTR(VAConfigAttribMaxFrameSize);
case VAConfigAttribTypeMax: break;
}
return "<unknown config attribute type>";