comparison faxcompr.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 4cb7c65fc775
children cc02e912d20e
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
23 * CCITT Fax Group 3 and 4 decompression 23 * CCITT Fax Group 3 and 4 decompression
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 "get_bits.h"
29 #include "put_bits.h" 29 #include "put_bits.h"
30 #include "faxcompr.h" 30 #include "faxcompr.h"
31 31
32 #define CCITT_SYMS 104 32 #define CCITT_SYMS 104
33 33