Skip to content

Commit

Permalink
Convert VAProfileAV1Profile0 VAProfileAV1Profile1 to string
Browse files Browse the repository at this point in the history
Signed-off-by: Tianhao Liu <[email protected]>
  • Loading branch information
Tianhaol authored and XinfengZhang committed Apr 2, 2020
1 parent 7e1a3cf commit 42ce2a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions va/va_str.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const char *vaProfileStr(VAProfile profile)
TOSTR(VAProfileHEVCSccMain);
TOSTR(VAProfileHEVCSccMain10);
TOSTR(VAProfileHEVCSccMain444);
TOSTR(VAProfileAV1Profile0);
TOSTR(VAProfileAV1Profile1);
default: break;
}
return "<unknown profile>";
Expand Down

0 comments on commit 42ce2a4

Please sign in to comment.