mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add correct Bitrate for 1080p
This commit is contained in:
parent
767e545f38
commit
aba17d48a3
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ CHIAKI_EXPORT void chiaki_connect_video_profile_preset(ChiakiConnectVideoProfile
|
|||
case CHIAKI_VIDEO_RESOLUTION_PRESET_1080p:
|
||||
profile->width = 1920;
|
||||
profile->height = 1080;
|
||||
profile->bitrate = 10000; // TODO
|
||||
profile->bitrate = 15000;
|
||||
break;
|
||||
default:
|
||||
profile->width = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue