comparison mpegaudio.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 7b345b735ac7
children e25782262d7d
comparison
equal deleted inserted replaced
2397:a579ef4a4f4a 2398:582e635cfa08
21 * @file mpegaudio.c 21 * @file mpegaudio.c
22 * The simplest mpeg audio layer 2 encoder. 22 * The simplest mpeg audio layer 2 encoder.
23 */ 23 */
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 #include "bitstream.h"
26 #include "mpegaudio.h" 27 #include "mpegaudio.h"
27 28
28 /* currently, cannot change these constants (need to modify 29 /* currently, cannot change these constants (need to modify
29 quantization stage) */ 30 quantization stage) */
30 #define FRAC_BITS 15 31 #define FRAC_BITS 15