D-Modem/pjproject-2.11.1/third_party/build/ilbc/notes.txt
2021-10-29 14:41:03 -04:00

6 lines
270 B
Plaintext

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.