Browse Source

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

reviewable/pr4756/r2
sudden6 8 years ago
parent
commit
ecea41045c
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      src/core/coreav.h

2
src/core/coreav.h

@ -111,7 +111,7 @@ private: @@ -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…
Cancel
Save