]> 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:57:58 +0000 (15:57 -0600)
commitca7309fd290841921727fe1e72d2cac9784d1ba2
tree64b1515da41ef3fc976db3b1c5acad912f72bd94
parent537645d28c4762016b358488c76af6ca1cd33649
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