comparison 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
comparison
equal deleted inserted replaced
2397:a579ef4a4f4a 2398:582e635cfa08
32 */ 32 */
33 33
34 #include <limits.h> 34 #include <limits.h>
35 35
36 #include "avcodec.h" 36 #include "avcodec.h"
37 #include "bitstream.h"
37 #include "golomb.h" 38 #include "golomb.h"
38 39
39 #undef NDEBUG 40 #undef NDEBUG
40 #include <assert.h> 41 #include <assert.h>
41 42