summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libatrac/atrac3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs/libatrac/atrac3.c b/apps/codecs/libatrac/atrac3.c
index 7e05a8b0e2..4c0b7d079f 100644
--- a/apps/codecs/libatrac/atrac3.c
+++ b/apps/codecs/libatrac/atrac3.c
@@ -1078,6 +1078,10 @@ int atrac3_decode_init(ATRAC3Context *q, struct mp3entry *id3)
1078 static VLC_TYPE atrac3_vlc_table[4096][2]; 1078 static VLC_TYPE atrac3_vlc_table[4096][2];
1079 static int vlcs_initialized = 0; 1079 static int vlcs_initialized = 0;
1080 1080
1081#if defined(CPU_COLDFIRE)
1082 coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE);
1083#endif
1084
1081 /* Take data from the RM container. */ 1085 /* Take data from the RM container. */
1082 q->sample_rate = id3->frequency; 1086 q->sample_rate = id3->frequency;
1083 q->channels = id3->channels; 1087 q->channels = id3->channels;