comparison alacenc.c @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents ac31a0265eb9
children 4c1fb7723412
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "bitstream.h" 23 #include "bitstream.h"
24 #include "put_bits.h"
24 #include "dsputil.h" 25 #include "dsputil.h"
25 #include "lpc.h" 26 #include "lpc.h"
26 #include "mathops.h" 27 #include "mathops.h"
27 28
28 #define DEFAULT_FRAME_SIZE 4096 29 #define DEFAULT_FRAME_SIZE 4096