For SRT, perfer mix_correct to true as default.
This commit is contained in:
parent
6224eb2af6
commit
f917cc1e0c
|
|
@ -6765,7 +6765,7 @@ bool SrsConfig::get_srt_mix_correct() {
|
||||||
if (!conf || conf->arg0().empty()) {
|
if (!conf || conf->arg0().empty()) {
|
||||||
return DEFAULT;
|
return DEFAULT;
|
||||||
}
|
}
|
||||||
return SRS_CONF_PERFER_FALSE(conf->arg0());
|
return SRS_CONF_PERFER_TRUE(conf->arg0());
|
||||||
}
|
}
|
||||||
|
|
||||||
int SrsConfig::get_srto_maxbw() {
|
int SrsConfig::get_srto_maxbw() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user