From caa336b4cc1c946409decd6af964a44afb59c43a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 29 Dec 2004 17:50:25 +0000 Subject: common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpegaudio.c') diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index b0b5d68b60..e4b2576356 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -23,6 +23,7 @@ */ #include "avcodec.h" +#include "bitstream.h" #include "mpegaudio.h" /* currently, cannot change these constants (need to modify -- cgit v1.2.3