summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac/atrac3.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libatrac/atrac3.h')
-rw-r--r--apps/codecs/libatrac/atrac3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libatrac/atrac3.h b/apps/codecs/libatrac/atrac3.h
index 74dd992e1b..afe582ab72 100644
--- a/apps/codecs/libatrac/atrac3.h
+++ b/apps/codecs/libatrac/atrac3.h
@@ -67,6 +67,7 @@ typedef struct {
67} channel_unit; 67} channel_unit;
68 68
69typedef struct { 69typedef struct {
70 int32_t outSamples[2048];
70 GetBitContext gb; 71 GetBitContext gb;
71 //@{ 72 //@{
72 /** stream data */ 73 /** stream data */
@@ -90,8 +91,7 @@ typedef struct {
90 int weighting_delay[6]; 91 int weighting_delay[6];
91 //@} 92 //@}
92 //@{ 93 //@{
93 /** data buffers */ 94 /** data buffers */
94 int32_t outSamples[2048];
95 uint8_t decoded_bytes_buffer[1024]; 95 uint8_t decoded_bytes_buffer[1024];
96 int32_t tempBuf[1070]; 96 int32_t tempBuf[1070];
97 //@} 97 //@}