comparison mpegaudiodec.c @ 5031:70f194a2ee53 libavcodec

move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
author aurel
date Sat, 19 May 2007 00:06:02 +0000
parents 4d10df33e823
children d47ee2d1d7da
comparison
equal deleted inserted replaced
5030:9ce0052d533a 5031:70f194a2ee53
130 int xsize; 130 int xsize;
131 const uint8_t *bits; 131 const uint8_t *bits;
132 const uint16_t *codes; 132 const uint16_t *codes;
133 } HuffTable; 133 } HuffTable;
134 134
135 #include "mpegaudiodata.h"
135 #include "mpegaudiodectab.h" 136 #include "mpegaudiodectab.h"
136 137
137 static void compute_antialias_integer(MPADecodeContext *s, GranuleDef *g); 138 static void compute_antialias_integer(MPADecodeContext *s, GranuleDef *g);
138 static void compute_antialias_float(MPADecodeContext *s, GranuleDef *g); 139 static void compute_antialias_float(MPADecodeContext *s, GranuleDef *g);
139 140