diff sonic.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 b90828c162f5
children e25782262d7d
line wrap: on
line diff
--- a/sonic.c	Wed Dec 29 12:14:14 2004 +0000
+++ b/sonic.c	Wed Dec 29 17:50:25 2004 +0000
@@ -17,6 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avcodec.h"
+#include "bitstream.h"
 #include "golomb.h"
 
 /**