Skip to content

Commit e76b2ff

Browse files
committed
fix: correct VBR default in web config.html from 3 to 4
1 parent 81289c1 commit e76b2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_assets/common/assets/web/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1 class="my-4">{{ $t('config.configuration') }}</h1>
328328
name: "Vulkan Encoder",
329329
options: {
330330
"vk_tune": 2,
331-
"vk_rc_mode": 3,
331+
"vk_rc_mode": 4,
332332
},
333333
},
334334
{

0 commit comments

Comments
 (0)