comparison mpegaudiodec.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 54bc8a2727b0
children 72d9eee542c8
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
23 * @file libavcodec/mpegaudiodec.c 23 * @file libavcodec/mpegaudiodec.c
24 * MPEG Audio decoder. 24 * MPEG Audio decoder.
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "bitstream.h" 28 #include "get_bits.h"
29 #include "dsputil.h" 29 #include "dsputil.h"
30 30
31 /* 31 /*
32 * TODO: 32 * TODO:
33 * - in low precision mode, use more 16 bit multiplies in synth filter 33 * - in low precision mode, use more 16 bit multiplies in synth filter