(Auto)update libjingle 66539128-> 66540208
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6084 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
d1ae89fae1
commit
073dfdd10a
@ -107,11 +107,11 @@ static const int kDefaultNumberOfTemporalLayers = 1; // 1:1
|
|||||||
static const int kMaxExternalVideoCodecs = 8;
|
static const int kMaxExternalVideoCodecs = 8;
|
||||||
static const int kExternalVideoPayloadTypeBase = 120;
|
static const int kExternalVideoPayloadTypeBase = 120;
|
||||||
|
|
||||||
bool BitrateIsSet(int value) {
|
static bool BitrateIsSet(int value) {
|
||||||
return value > kAutoBandwidth;
|
return value > kAutoBandwidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
int GetBitrate(int value, int deflt) {
|
static int GetBitrate(int value, int deflt) {
|
||||||
return BitrateIsSet(value) ? value : deflt;
|
return BitrateIsSet(value) ? value : deflt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user