mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-13 04:24:49 +08:00
removed the obsolete and unused parameters of init_put_bits
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -261,10 +261,7 @@ typedef struct PutBitContext {
|
||||
int64_t data_out_size; /* in bytes */
|
||||
} PutBitContext;
|
||||
|
||||
void init_put_bits(PutBitContext *s,
|
||||
uint8_t *buffer, int buffer_size,
|
||||
void *opaque,
|
||||
void (*write_data)(void *, uint8_t *, int));
|
||||
void init_put_bits(PutBitContext *s, uint8_t *buffer, int buffer_size);
|
||||
|
||||
int64_t get_bit_count(PutBitContext *s); /* XXX: change function name */
|
||||
void align_put_bits(PutBitContext *s);
|
||||
|
Reference in New Issue
Block a user