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:
parent
28985c938c
commit
ecea41045c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user