nvenc: properly apply minqp to I-frames
This commit is contained in:
parent
6c5fa8a08d
commit
f2f63cdfff
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ namespace nvenc {
|
|||
if (config.enable_min_qp) {
|
||||
enc_config.rcParams.enableMinQP = 1;
|
||||
enc_config.rcParams.minQP.qpInterP = value;
|
||||
enc_config.rcParams.minQP.qpInterP = value;
|
||||
enc_config.rcParams.minQP.qpIntra = value;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue