mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
efdbf37255
commit
a594678e3d
285 changed files with 12724 additions and 1671 deletions
|
@ -167,7 +167,7 @@ void ff_opus_rc_put_raw(OpusRangeCoder *rc, uint32_t val, uint32_t count)
|
|||
rc->rb.cachelen = (rc->rb.cachelen + to_write) % 32;
|
||||
|
||||
if (!rc->rb.cachelen && count) {
|
||||
AV_WB32((uint8_t *)rc->rb.position, rc->rb.cacheval);
|
||||
AV_WB32(rc->rb.position, rc->rb.cacheval);
|
||||
rc->rb.bytes += 4;
|
||||
rc->rb.position -= 4;
|
||||
rc->rb.cachelen = count - to_write;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue