D-Modem/pjproject-2.11.1/third_party/build/ilbc/notes.txt

6 lines
270 B
Plaintext
Raw Normal View History

2021-10-30 02:41:03 +08:00
Notes:
* Modify iLBC_decode.c and iLBC_encode.c
- iLBC using memcpy instead of memmove for overlapping memory. This will
cause some weird sound if the call lasted longer than ~30s. To fix this,
some call to memcpy is changed to memmove. Have a look at #2116.