fix(nvenc): Enable opt-in client refresh by client (#3415)
This commit is contained in:
parent
129abd8c26
commit
60bfcfe211
3 changed files with 20 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ namespace video {
|
|||
int dynamicRange;
|
||||
|
||||
int chromaSamplingType; // 0 - 4:2:0, 1 - 4:4:4
|
||||
|
||||
int enableIntraRefresh; // 0 - disabled, 1 - enabled
|
||||
};
|
||||
|
||||
platf::mem_type_e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue