1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(video): reduce default video bitrate to make it more usable

This commit is contained in:
sudden6 2017-10-22 16:29:10 +02:00
parent 28985c938c
commit ecea41045c
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -111,7 +111,7 @@ private:
int32_t ystride, int32_t ustride, int32_t vstride, void* self);
private:
static constexpr uint32_t VIDEO_DEFAULT_BITRATE = 6144;
static constexpr uint32_t VIDEO_DEFAULT_BITRATE = 2500;
private:
ToxAV* toxav;