summaryrefslogtreecommitdiff
path: root/apps/codecs/libtta/ttadec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtta/ttadec.c')
-rw-r--r--apps/codecs/libtta/ttadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libtta/ttadec.c b/apps/codecs/libtta/ttadec.c
index 130cff8b41..aaefe736b9 100644
--- a/apps/codecs/libtta/ttadec.c
+++ b/apps/codecs/libtta/ttadec.c
@@ -53,7 +53,7 @@ static decoder tta[MAX_NCH] IBSS_ATTR; /* decoder state */
53/* Rockbox speciffic: cache is defined in get_samples() (non static value) */ 53/* Rockbox speciffic: cache is defined in get_samples() (non static value) */
54/* static int cache[MAX_NCH]; // decoder cache */ 54/* static int cache[MAX_NCH]; // decoder cache */
55 55
56tta_info *ttainfo IBSS_ATTR; /* currently playing file info */ 56static tta_info *ttainfo IBSS_ATTR; /* currently playing file info */
57 57
58static unsigned int fframes IBSS_ATTR; /* number of frames in file */ 58static unsigned int fframes IBSS_ATTR; /* number of frames in file */
59static unsigned int framelen IBSS_ATTR; /* the frame length in samples */ 59static unsigned int framelen IBSS_ATTR; /* the frame length in samples */