diff flac.c @ 2398:582e635cfa08 libavcodec

common.c -> bitstream.c (and the single non bitstream func -> utils.c) common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 17:50:25 +0000
parents 9a1f3f29bf99
children 99b1de0018bb
line wrap: on
line diff
--- a/flac.c	Wed Dec 29 12:14:14 2004 +0000
+++ b/flac.c	Wed Dec 29 17:50:25 2004 +0000
@@ -34,6 +34,7 @@
 #include <limits.h>
  
 #include "avcodec.h"
+#include "bitstream.h"
 #include "golomb.h"
 
 #undef NDEBUG