re-enable support for resizable buffers in the range coder
This commit is contained in:
parent
8679a80ee2
commit
761811d91b
3 changed files with 31 additions and 3 deletions
|
@ -26,6 +26,7 @@ struct ec_byte_buffer{
|
|||
unsigned char *buf;
|
||||
unsigned char *ptr;
|
||||
long storage;
|
||||
int resizable;
|
||||
};
|
||||
|
||||
/*Encoding functions.*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue