Mercurial > libavcodec.hg
diff common.h @ 1786:b7340afa261a libavcodec
get_bit_count -> put_bits_count
| author | alex |
|---|---|
| date | Fri, 06 Feb 2004 15:27:31 +0000 |
| parents | 3620e301643a |
| children | 920e6381e1fe |
line wrap: on
line diff
--- a/common.h Fri Feb 06 03:56:05 2004 +0000 +++ b/common.h Fri Feb 06 15:27:31 2004 +0000 @@ -288,7 +288,7 @@ void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size); -int get_bit_count(PutBitContext *s); /* XXX: change function name */ +int put_bits_count(PutBitContext *s); void align_put_bits(PutBitContext *s); void flush_put_bits(PutBitContext *s); void put_string(PutBitContext * pbc, char *s);
