On 28/10/2021 23:31, Benjamin Li wrote:
- status.rate_idx >= sband->n_bitrates) {
This fix was applied because we were getting a negative index If you want to remove that, you'll need to do something about this status.rate_idx -= 4; --- bod
On 28/10/2021 23:31, Benjamin Li wrote:
- status.rate_idx >= sband->n_bitrates) {
This fix was applied because we were getting a negative index If you want to remove that, you'll need to do something about this status.rate_idx -= 4; --- bod