fix ima_adpcm fixes I fixed up before.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7571 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-02-09 19:05:42 +00:00
parent c65319c4b3
commit e2b87c93aa

View File

@ -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_adpcm.c - Conversion routines between linear 16 bit PCM data and
* IMA/DVI/Intel ADPCM format. * IMA/DVI/Intel ADPCM format.
@ -11,9 +11,8 @@
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the Lesser GNU General Public License version 2.1, as
* the Lesser GNU General Public License version 2.1, as published by * published by the Free Software Foundation.
* the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -43,9 +42,9 @@
#include <math.h> #include <math.h>
#endif #endif
#include "spandsp/telephony.h" #include "voipcodecs/telephony.h"
#include "spandsp/dc_restore.h" #include "voipcodecs/dc_restore.h"
#include "spandsp/ima_adpcm.h" #include "voipcodecs/ima_adpcm.h"
/* /*
* Intel/DVI ADPCM coder/decoder. * Intel/DVI ADPCM coder/decoder.