diff options
Diffstat (limited to 'apps/codecs/libatrac/atrac3.h')
-rw-r--r-- | apps/codecs/libatrac/atrac3.h | 4 |
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 { } channel_unit; typedef struct { + int32_t outSamples[2048]; GetBitContext gb; //@{ /** stream data */ @@ -90,8 +91,7 @@ typedef struct { int weighting_delay[6]; //@} //@{ - /** data buffers */ - int32_t outSamples[2048]; + /** data buffers */ uint8_t decoded_bytes_buffer[1024]; int32_t tempBuf[1070]; //@} |