fix(linux/vulkan): change default rate control from VBR to CBR (#5032)

This commit is contained in:
neatnoise
2026-04-20 19:06:00 +02:00
committed by GitHub
parent e39dfb80be
commit eb45ea785a
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3029,13 +3029,13 @@ editing the `conf` file in a text editor. Use the examples as reference.
<tr>
<td>Default</td>
<td colspan="2">@code{}
4
2
@endcode</td>
</tr>
<tr>
<td>Example</td>
<td colspan="2">@code{}
vk_rc_mode = 2
vk_rc_mode = 4
@endcode</td>
</tr>
<tr>