]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodec.c
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
[ffmpeg] / libavcodec / mpegaudiodec.c
index 4460b9e86fdecf4aafa876c49ebaf856ceb29ead..a5097eb2e1e3cdbc01c1b95a1a7e08fe433b1ef0 100644 (file)
@@ -132,6 +132,7 @@ typedef struct HuffTable {
     const uint16_t *codes;
 } HuffTable;
 
+#include "mpegaudiodata.h"
 #include "mpegaudiodectab.h"
 
 static void compute_antialias_integer(MPADecodeContext *s, GranuleDef *g);