comparison ac3dec.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 9396eb8808ca
children ba5d9a97ab2f
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
28 #define AVCODEC_AC3DEC_H 28 #define AVCODEC_AC3DEC_H
29 29
30 #include "libavutil/internal.h" 30 #include "libavutil/internal.h"
31 #include "libavutil/lfg.h" 31 #include "libavutil/lfg.h"
32 #include "ac3.h" 32 #include "ac3.h"
33 #include "bitstream.h" 33 #include "get_bits.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 35
36 /* override ac3.h to include coupling channel */ 36 /* override ac3.h to include coupling channel */
37 #undef AC3_MAX_CHANNELS 37 #undef AC3_MAX_CHANNELS
38 #define AC3_MAX_CHANNELS 7 38 #define AC3_MAX_CHANNELS 7