prepare for BRR fixes
This commit is contained in:
parent
fd3f381bc3
commit
561c2cb08c
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@
|
|||
last2=last1; \
|
||||
last1=nextDec; \
|
||||
|
||||
void brrEncodeBlock(short* buf, unsigned char* out, unsigned char flag, short* last1, short* last2) {
|
||||
// encode one block using BRR
|
||||
}
|
||||
|
||||
long brrEncode(short* buf, unsigned char* out, long len, long loopStart) {
|
||||
if (len==0) return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue