File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,8 @@ typedef enum {
542
542
VAProfileH264High10 = 36 ,
543
543
VAProfileVVCMain10 = 37 ,
544
544
VAProfileVVCMultilayerMain10 = 38 ,
545
- VAProfileAV1Profile2 = 39
545
+ VAProfileAV1Profile2 = 39 ,
546
+ VAProfileH264High422 = 40
546
547
} VAProfile ;
547
548
548
549
/**
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ const char *vaProfileStr(VAProfile profile)
38
38
TOSTR (VAProfileH264Main );
39
39
TOSTR (VAProfileH264High );
40
40
TOSTR (VAProfileH264High10 );
41
+ TOSTR (VAProfileH264High422 );
41
42
TOSTR (VAProfileVC1Simple );
42
43
TOSTR (VAProfileVC1Main );
43
44
TOSTR (VAProfileVC1Advanced );
Original file line number Diff line number Diff line change @@ -6688,6 +6688,7 @@ void va_TraceRenderPicture(
6688
6688
}
6689
6689
break ;
6690
6690
case VAProfileH264High10 :
6691
+ case VAProfileH264High422 :
6691
6692
case VAProfileH264Main :
6692
6693
case VAProfileH264High :
6693
6694
case VAProfileH264ConstrainedBaseline :
You can’t perform that action at this time.
0 commit comments