For SRT, perfer mix_correct to true as default.

pull/1621/head
winlin 5 years ago committed by GitHub
parent 6224eb2af6
commit f917cc1e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6765,7 +6765,7 @@ bool SrsConfig::get_srt_mix_correct() {
if (!conf || conf->arg0().empty()) {
return DEFAULT;
}
return SRS_CONF_PERFER_FALSE(conf->arg0());
return SRS_CONF_PERFER_TRUE(conf->arg0());
}
int SrsConfig::get_srto_maxbw() {

Loading…
Cancel
Save