Skip to content
Snippets Groups Projects
Commit 5187156d authored by Pierre Lespagnol's avatar Pierre Lespagnol
Browse files

media/video: change minimum bitrate

220 kbit/s to 600 kbit/s

Change-Id: Ib6a1fb9c84f5da7a8fd2b83d113621a131d48f00
parent 3e6130c6
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,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 {220};
static constexpr unsigned DEFAULT_MIN_BITRATE {600};
static constexpr unsigned DEFAULT_MAX_BITRATE {6000};
SystemCodecInfo(unsigned avcodecId, const std::string& name,
......
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