Skip to content
Snippets Groups Projects
Commit f52c6cdb authored by Adrien Béraud's avatar Adrien Béraud
Browse files

call: increase default bitrate

Change-Id: I3bd3b4918cf2a7a9a37180d4898e291d07565988
parent 797131da
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ struct SystemCodecInfo
static constexpr unsigned DEFAULT_H264_MAX_QUALITY {20};
static constexpr unsigned DEFAULT_VP8_MIN_QUALITY {50};
static constexpr unsigned DEFAULT_VP8_MAX_QUALITY {20};
static constexpr unsigned DEFAULT_VIDEO_BITRATE {1000}; // in Kbits/second
static constexpr unsigned DEFAULT_VIDEO_BITRATE {1200}; // in Kbits/second
#endif
// indicates that the codec does not use quality factor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment