summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-26 09:59:41 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-26 14:03:56 +0200
commit88386feefd52f3d4292b9be26d299e1bb74ef703 (patch)
tree623fbfa6644b8ee6d6f6929c38ec77546a2c29e8 /libavcodec/cavs.c
parenta6d9f9e60e090d3ef1be6c8497d3f5eaa7bd4e2e (diff)
cavs: convert cavsdata.h to a .c file
Defining tables in header files is ugly and prone to duplication. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/cavs.c')
-rw-r--r--libavcodec/cavs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c
index 1188974dc9..02d572ee11 100644
--- a/libavcodec/cavs.c
+++ b/libavcodec/cavs.c
@@ -30,7 +30,6 @@
#include "golomb.h"
#include "mathops.h"
#include "cavs.h"
-#include "cavsdata.h"
static const uint8_t alpha_tab[64] = {
0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3,