From: Brian West Date: Sat, 9 Feb 2008 19:05:42 +0000 (+0000) Subject: fix ima_adpcm fixes I fixed up before. X-Git-Tag: v1.0-rc1~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b87c93aadb67f70071758b1545fdb1a2b9ddf0;p=thirdparty%2Ffreeswitch.git fix ima_adpcm fixes I fixed up before. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7571 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/voipcodecs/src/ima_adpcm.c b/libs/voipcodecs/src/ima_adpcm.c index f7d348d492..d721cd10e4 100644 --- a/libs/voipcodecs/src/ima_adpcm.c +++ b/libs/voipcodecs/src/ima_adpcm.c @@ -1,5 +1,5 @@ /* - * SpanDSP - a series of DSP components for telephony + * VoIPcodecs - a series of DSP components for telephony * * ima_adpcm.c - Conversion routines between linear 16 bit PCM data and * IMA/DVI/Intel ADPCM format. @@ -11,9 +11,8 @@ * All rights reserved. * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2, or - * the Lesser GNU General Public License version 2.1, as published by - * the Free Software Foundation. + * it under the terms of the Lesser GNU General Public License version 2.1, as + * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -43,9 +42,9 @@ #include #endif -#include "spandsp/telephony.h" -#include "spandsp/dc_restore.h" -#include "spandsp/ima_adpcm.h" +#include "voipcodecs/telephony.h" +#include "voipcodecs/dc_restore.h" +#include "voipcodecs/ima_adpcm.h" /* * Intel/DVI ADPCM coder/decoder.