From fee789dddbe0fe5791d42773e2293b693624e961 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Tue, 15 Jul 2014 23:29:29 +0000 Subject: codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM" Technically, ADPCM is a method that can be applied to several codecs. Asterisk's ADPCM codec is the Dialogic ADPCM or VOX codec. See http://en.wikipedia.org/wiki/Dialogic_ADPCM for more information about said codec. Review: https://reviewboard.asterisk.org/r/3744 patches: rb3744.patch uploaded by dennis.guse (License 6513) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418738 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_adpcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codecs') diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c index 96e19f0d3..c48eb1ab2 100644 --- a/codecs/codec_adpcm.c +++ b/codecs/codec_adpcm.c @@ -154,7 +154,7 @@ static inline short decode(int encoded, struct adpcm_state *state) /* * Adpcm * Takes a signed linear signal and encodes it as ADPCM - * For more information see http://support.dialogic.com/appnotes/adpcm.pdf + * For more information see http://en.wikipedia.org/wiki/Dialogic_ADPCM * * Results: * Foo. -- cgit v1.2.3