-
-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VAAPI with dynamic bitrate (#1863)
* Revert "EncodePipelineVAAPI: Force VBR with adaptive bitrate (#1768)" This reverts commit c1821aa. * EncodePipelineVAAPI: Fix setting quality preset quality == 1 means "default" preset which is balanced + preencode + vbaq.
- Loading branch information
Showing
3 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,4 @@ class Settings { | |
|
||
bool m_enableControllers; | ||
int m_controllerIsTracker = false; | ||
|
||
bool m_constantBitrate; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters