prepare for BRR fixes

This commit is contained in:
tildearrow 2022-12-04 15:20:46 -05:00
parent fd3f381bc3
commit 561c2cb08c
1 changed files with 4 additions and 0 deletions

View File

@ -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;