mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 11:40:42 +08:00
get_bit_count -> put_bits_count
Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user