summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r--libavcodec/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h
index 48d923169b..2167ebc2b2 100644
--- a/libavcodec/common.h
+++ b/libavcodec/common.h
@@ -288,7 +288,7 @@ typedef struct PutBitContext {
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);