Skip to content

Commit

Permalink
trace: support VAConfigAttribMultipleFrame in trace
Browse files Browse the repository at this point in the history
Resolves: #333
Fixes: 77c7bbb "add multiple frame capability report"
for JIRA: https://jira.devtools.intel.com/browse/OAM-88918

Change-Id: I7c55f143a965d93d22aea63d6b81daf53be571aa
Tracked-On: https://jira.devtools.intel.com/browse/OAM-90584
Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
  • Loading branch information
dvrogozh authored and sysopenci committed Apr 2, 2020
1 parent 873cd97 commit 6d64273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions va/va_str.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ const char *vaConfigAttribTypeStr(VAConfigAttribType configAttribType)
TOSTR(VAConfigAttribStats);
TOSTR(VAConfigAttribMaxFrameSize);
TOSTR(VAConfigAttribPredictionDirection);
TOSTR(VAConfigAttribMultipleFrame);
case VAConfigAttribTypeMax: break;
}
return "<unknown config attribute type>";
Expand Down

0 comments on commit 6d64273

Please sign in to comment.