]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
A typo fixed in the OKI ADPCM codec
authorSteve Underwood <steveu@coppice.org>
Wed, 16 Jun 2010 13:34:57 +0000 (21:34 +0800)
committerSteve Underwood <steveu@coppice.org>
Wed, 16 Jun 2010 13:34:57 +0000 (21:34 +0800)
commit01052800c76a5806c4ede136dfbf45c7828264af
treeb175177165302e5e23d4c38a13b86cb110472d45
parent1eb4b79c15feb81e4eb5370c911267c4f11e3d52
A typo fixed in the OKI ADPCM codec
The V.17 modem has been modified, so it will not clear the most recent
saved AGC value if long training is requested.
The T.38 gateway codec now has fillin implemented properly
libs/spandsp/src/oki_adpcm.c
libs/spandsp/src/spandsp/private/t38_gateway.h
libs/spandsp/src/spandsp/private/v17rx.h
libs/spandsp/src/spandsp/v17rx.h
libs/spandsp/src/t38_gateway.c
libs/spandsp/src/v17rx.c
libs/spandsp/tests/oki_adpcm_tests.c