diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 17:50:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 17:50:25 +0000 |
commit | caa336b4cc1c946409decd6af964a44afb59c43a (patch) | |
tree | 71bf85effee9bc0e8d985f0dd3274f7d67f4c5f5 /libavcodec/mpegaudio.c | |
parent | 6143607303de40f4647fe9ba10c4b36909ba0f1f (diff) | |
download | ffmpeg-caa336b4cc1c946409decd6af964a44afb59c43a.tar.gz |
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
Diffstat (limited to 'libavcodec/mpegaudio.c')
-rw-r--r-- | libavcodec/mpegaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |