diff 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
line wrap: on
line diff
--- a/mpegaudiodec.c	Fri May 18 22:58:01 2007 +0000
+++ b/mpegaudiodec.c	Sat May 19 00:06:02 2007 +0000
@@ -132,6 +132,7 @@
     const uint16_t *codes;
 } HuffTable;
 
+#include "mpegaudiodata.h"
 #include "mpegaudiodectab.h"
 
 static void compute_antialias_integer(MPADecodeContext *s, GranuleDef *g);