yuanrongxi / razor

A google's congestion Control Algorithm
MIT License
352 stars 152 forks source link

返回最小比特率问题 #48

Closed chenhongquan closed 3 years ago

chenhongquan commented 3 years ago

袁老师: uint32_t sender_estimation_get_min_bitrate(sender_estimation_t* est) { return est->max_conf_bitrate; } 是不是应该是return est->min_conf_bitrate,谢谢

yuanrongxi commented 3 years ago

是的,这个函数好像暂时没有用,我修复下