comparison faxcompr.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 e9d9d946f213
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
24 * @file libavcodec/faxcompr.c 24 * @file libavcodec/faxcompr.c
25 * @author Konstantin Shishkov 25 * @author Konstantin Shishkov
26 */ 26 */
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "bitstream.h" 28 #include "bitstream.h"
29 #include "put_bits.h"
29 #include "faxcompr.h" 30 #include "faxcompr.h"
30 31
31 #define CCITT_SYMS 104 32 #define CCITT_SYMS 104
32 33
33 static const uint16_t ccitt_syms[CCITT_SYMS] = { 34 static const uint16_t ccitt_syms[CCITT_SYMS] = {