mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
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; \
|
last2=last1; \
|
||||||
last1=nextDec; \
|
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) {
|
long brrEncode(short* buf, unsigned char* out, long len, long loopStart) {
|
||||||
if (len==0) return 0;
|
if (len==0) return 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue