comparison mpegaudiodec.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 87b7fbed8609
comparison
equal deleted inserted replaced
2397:a579ef4a4f4a 2398:582e635cfa08
22 * MPEG Audio decoder. 22 * MPEG Audio decoder.
23 */ 23 */
24 24
25 //#define DEBUG 25 //#define DEBUG
26 #include "avcodec.h" 26 #include "avcodec.h"
27 #include "bitstream.h"
27 #include "mpegaudio.h" 28 #include "mpegaudio.h"
28 #include "dsputil.h" 29 #include "dsputil.h"
29 30
30 /* 31 /*
31 * TODO: 32 * TODO: