summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/demac/libdemac/entropy.h')
-rw-r--r--apps/codecs/demac/libdemac/entropy.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/codecs/demac/libdemac/entropy.h b/apps/codecs/demac/libdemac/entropy.h
index dd6736cb15..fac2a44d99 100644
--- a/apps/codecs/demac/libdemac/entropy.h
+++ b/apps/codecs/demac/libdemac/entropy.h
@@ -2,7 +2,7 @@
2 2
3libdemac - A Monkey's Audio decoder 3libdemac - A Monkey's Audio decoder
4 4
5$Id:$ 5$Id$
6 6
7Copyright (C) Dave Chapman 2007 7Copyright (C) Dave Chapman 2007
8 8
@@ -31,10 +31,10 @@ void init_entropy_decoder(struct ape_ctx_t* ape_ctx,
31 unsigned char* inbuffer, int* firstbyte, 31 unsigned char* inbuffer, int* firstbyte,
32 int* bytesconsumed); 32 int* bytesconsumed);
33 33
34int entropy_decode(struct ape_ctx_t* ape_ctx, 34void entropy_decode(struct ape_ctx_t* ape_ctx,
35 unsigned char* inbuffer, int* firstbyte, 35 unsigned char* inbuffer, int* firstbyte,
36 int* bytesconsumed, 36 int* bytesconsumed,
37 int32_t* decoded0, int32_t* decoded1, 37 int32_t* decoded0, int32_t* decoded1,
38 int blockstodecode); 38 int blockstodecode);
39 39
40#endif 40#endif