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
This commit is contained in:
Michael Niedermayer
2004-12-29 17:50:25 +00:00
parent 6143607303
commit caa336b4cc
17 changed files with 867 additions and 845 deletions

View File

@@ -41,6 +41,7 @@
#include <stdlib.h>
#include "common.h"
#include "bitstream.h"
#include "avcodec.h"
#ifdef CONFIG_ZLIB