diff bitstream_filter.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 3fa689636240
children d47ee2d1d7da
line wrap: on
line diff
--- a/bitstream_filter.c	Fri May 18 22:58:01 2007 +0000
+++ b/bitstream_filter.c	Sat May 19 00:06:02 2007 +0000
@@ -20,6 +20,7 @@
 
 #include "avcodec.h"
 #include "mpegaudio.h"
+#include "mpegaudiodata.h"
 
 AVBitStreamFilter *first_bitstream_filter= NULL;