Skip to content
Snippets Groups Projects
Commit 0df0d2bb authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Adrien Béraud
Browse files

autoadapt: reduce minimum bitrate for restrained link

Change-Id: I5b3200ac03212c0c082331b3ead563d4cbfa2396
parent 06b20b62
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ struct SystemCodecInfo
// indicates that the codec does not use quality factor
static constexpr unsigned DEFAULT_NO_QUALITY {0};
static constexpr unsigned DEFAULT_MIN_BITRATE {600};
static constexpr unsigned DEFAULT_MIN_BITRATE {300};
static constexpr unsigned DEFAULT_MAX_BITRATE {6000};
static constexpr unsigned DEFAULT_VIDEO_BITRATE {1200}; // in Kbits/second
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment