]> git.ipfire.org Git - thirdparty/asterisk.git/commit
translate.c: Fix silk 24kHz truncation in 'core show translation'
authorSean Bright <sean.bright@gmail.com>
Mon, 20 Jan 2020 19:53:46 +0000 (14:53 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 20 Jan 2020 21:58:16 +0000 (15:58 -0600)
commit687890f73400a0a8d847a86f029d982bb97273cf
tree76513cb744ec3a56dd9f79a34a5557532e868a1f
parent503cac85ee7b5e98183248cd88ef21dcd9d5d701
translate.c: Fix silk 24kHz truncation in 'core show translation'

SILK @ 24kHz is not shown in the 'core show translation' output because of an
off-by-one-error. Discovered while looking into ASTERISK~19871.

ASTERISK-28706
Reported by: Sean Bright

Change-Id: Ie1a551a8a484e07b45c8699cc0c90f1061029510
main/translate.c