summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-11 01:16:05 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-11 18:29:36 +0200
commit9734b8ba56d05e970c353dfd5baafa43fdb08024 (patch)
treee1f40e82ce4aa2ab7dc081115278057e08ffbbb6 /libavcodec/ra144.c
parent0a75d1da23b8659ec49391469bb592da12760077 (diff)
Move avutil tables only used in libavcodec to libavcodec.
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r--libavcodec/ra144.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 3c76a0ab7c..3705610fbb 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -22,8 +22,8 @@
#include <stdint.h>
#include "avcodec.h"
#include "celp_filters.h"
+#include "mathops.h"
#include "ra144.h"
-#include "libavutil/common.h"
const int16_t ff_gain_val_tab[256][3] = {
{ 541, 956, 768}, { 877, 581, 568}, { 675,1574, 635}, {1248,1464, 668},