Add correct Bitrate for 1080p

This commit is contained in:
Florian Märkl 2020-12-25 15:04:57 +01:00
commit aba17d48a3
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
2 changed files with 2 additions and 2 deletions

View file

@ -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;