mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 832567: Adjust minimum default bitrate to 200Kbps until we support lower resolutions rs=me
This commit is contained in:
parent
d8bbecd100
commit
ca3161f4d1
@ -662,7 +662,7 @@ WebrtcVideoConduit::CodecConfigToWebRTCCodec(const VideoCodecConfig* codecInfo,
|
||||
cinst.plType = codecInfo->mType;
|
||||
cinst.width = codecInfo->mWidth;
|
||||
cinst.height = codecInfo->mHeight;
|
||||
cinst.minBitrate = 50;
|
||||
cinst.minBitrate = 200;
|
||||
cinst.startBitrate = 300;
|
||||
cinst.maxBitrate = 2000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user