comparison ra144.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 816067b00019
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
21 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 #include "bitstream.h" 26 #include "get_bits.h"
27 #include "ra144.h" 27 #include "ra144.h"
28 #include "celp_filters.h" 28 #include "celp_filters.h"
29 29
30 #define NBLOCKS 4 ///< number of subblocks within a block 30 #define NBLOCKS 4 ///< number of subblocks within a block
31 #define BLOCKSIZE 40 ///< subblock size in 16-bit words 31 #define BLOCKSIZE 40 ///< subblock size in 16-bit words