comparison wmadec.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 26560d4fdb1f
children f3cdd51c9e16
comparison
equal deleted inserted replaced
2397:a579ef4a4f4a 2398:582e635cfa08
30 * to the decoder using the extradata[_size] fields in AVCodecContext. There 30 * to the decoder using the extradata[_size] fields in AVCodecContext. There
31 * should be 4 extra bytes for v1 data and 6 extra bytes for v2 data. 31 * should be 4 extra bytes for v1 data and 6 extra bytes for v2 data.
32 */ 32 */
33 33
34 #include "avcodec.h" 34 #include "avcodec.h"
35 #include "bitstream.h"
35 #include "dsputil.h" 36 #include "dsputil.h"
36 37
37 /* size of blocks */ 38 /* size of blocks */
38 #define BLOCK_MIN_BITS 7 39 #define BLOCK_MIN_BITS 7
39 #define BLOCK_MAX_BITS 11 40 #define BLOCK_MAX_BITS 11