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