summaryrefslogtreecommitdiff
path: root/libavcodec/flac.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-12-29 17:50:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-12-29 17:50:25 +0000
commitcaa336b4cc1c946409decd6af964a44afb59c43a (patch)
tree71bf85effee9bc0e8d985f0dd3274f7d67f4c5f5 /libavcodec/flac.c
parent6143607303de40f4647fe9ba10c4b36909ba0f1f (diff)
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/flac.c')
-rw-r--r--libavcodec/flac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flac.c b/libavcodec/flac.c
index 9ccffe7f1e..3de62bed2f 100644
--- a/libavcodec/flac.c
+++ b/libavcodec/flac.c
@@ -34,6 +34,7 @@
#include <limits.h>
#include "avcodec.h"
+#include "bitstream.h"
#include "golomb.h"
#undef NDEBUG