mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-30 20:54:07 +00:00
Fix prototype of create_bitstream in bitstream.h
This commit is contained in:
parent
51ba80513b
commit
677fc2ec7d
|
@ -62,7 +62,7 @@ extern const bit_table *g_exp_table;
|
||||||
|
|
||||||
int floor_log2(unsigned int n);
|
int floor_log2(unsigned int n);
|
||||||
|
|
||||||
bitstream *create_bitstream();
|
bitstream *create_bitstream(const bitstream_type type);
|
||||||
void free_bitstream(bitstream* stream);
|
void free_bitstream(bitstream* stream);
|
||||||
void bitstream_put(bitstream* stream, uint32_t data, uint8_t bits);
|
void bitstream_put(bitstream* stream, uint32_t data, uint8_t bits);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue