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"

Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
  • Loading branch information
dvrogozh authored and XinfengZhang committed Sep 12, 2019
1 parent ddb84d3 commit d49b99d
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 d49b99d

Please sign in to comment.