comparison common.c @ 1771:8488bab5efa2 libavcodec

these functions (get_bit_count and align_put_bits) are referenced even when CONFIG_ENCODERS is not defined
author melanson
date Sat, 31 Jan 2004 20:37:46 +0000
parents 07a484280a82
children b7340afa261a
comparison
equal deleted inserted replaced
1770:cd36e37fb879 1771:8488bab5efa2
58 s->bit_left=32; 58 s->bit_left=32;
59 s->bit_buf=0; 59 s->bit_buf=0;
60 #endif 60 #endif
61 } 61 }
62 62
63 #ifdef CONFIG_ENCODERS 63 //#ifdef CONFIG_ENCODERS
64 #if 1
64 65
65 /* return the number of bits output */ 66 /* return the number of bits output */
66 int get_bit_count(PutBitContext *s) 67 int get_bit_count(PutBitContext *s)
67 { 68 {
68 #ifdef ALT_BITSTREAM_WRITER 69 #ifdef ALT_BITSTREAM_WRITER