re-enable support for resizable buffers in the range coder

This commit is contained in:
Jean-Marc Valin 2008-10-18 09:11:05 -04:00
parent 8679a80ee2
commit 761811d91b
3 changed files with 31 additions and 3 deletions

View file

@ -26,6 +26,7 @@ struct ec_byte_buffer{
unsigned char *buf;
unsigned char *ptr;
long storage;
int resizable;
};
/*Encoding functions.*/