comparison ra144.c @ 11417:421c9441c11e libavcodec

Move ff_sqrt() to libavutil/intmath.h
author mru
date Mon, 08 Mar 2010 21:19:56 +0000
parents e8461dae9672
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11416:9f2381fb271b 11417:421c9441c11e
20 * You should have received a copy of the GNU Lesser General Public 20 * You should have received a copy of the GNU Lesser General Public
21 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24 24
25 #include "libavutil/intmath.h"
25 #include "avcodec.h" 26 #include "avcodec.h"
26 #include "get_bits.h" 27 #include "get_bits.h"
27 #include "ra144.h" 28 #include "ra144.h"
28 #include "celp_filters.h" 29 #include "celp_filters.h"
29 30