File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,8 @@ typedef enum {
541541 VAProfileProtected = 35 ,
542542 VAProfileH264High10 = 36 ,
543543 VAProfileVVCMain10 = 37 ,
544- VAProfileVVCMultilayerMain10 = 38
544+ VAProfileVVCMultilayerMain10 = 38 ,
545+ VAProfileAV1Profile2 = 39
545546} VAProfile ;
546547
547548/**
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ const char *vaProfileStr(VAProfile profile)
6464 TOSTR (VAProfileHEVCSccMain444 );
6565 TOSTR (VAProfileAV1Profile0 );
6666 TOSTR (VAProfileAV1Profile1 );
67+ TOSTR (VAProfileAV1Profile2 );
6768 TOSTR (VAProfileHEVCSccMain444_10 );
6869 TOSTR (VAProfileProtected );
6970 TOSTR (VAProfileVVCMain10 );
Original file line number Diff line number Diff line change @@ -6775,6 +6775,7 @@ void va_TraceRenderPicture(
67756775 break ;
67766776 case VAProfileAV1Profile0 :
67776777 case VAProfileAV1Profile1 :
6778+ case VAProfileAV1Profile2 :
67786779 for (j = 0 ; j < num_elements ; j ++ ) {
67796780 va_TraceMsg (trace_ctx , "\telement[%d] = \n" , j );
67806781
You can’t perform that action at this time.
0 commit comments