summaryrefslogtreecommitdiff
path: root/apps/codecs/aac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/aac.c')
-rw-r--r--apps/codecs/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c
index a2248c6437..3c9a6372e9 100644
--- a/apps/codecs/aac.c
+++ b/apps/codecs/aac.c
@@ -90,7 +90,7 @@ next_track:
90 90
91 sound_samples_done = ci->id3->offset; 91 sound_samples_done = ci->id3->offset;
92 92
93 ci->configure(DSP_SET_FREQUENCY, (long *)(rb->id3->frequency)); 93 ci->configure(DSP_SWITCH_FREQUENCY, (long *)(rb->id3->frequency));
94 codec_set_replaygain(rb->id3); 94 codec_set_replaygain(rb->id3);
95 95
96 stream_create(&input_stream,ci); 96 stream_create(&input_stream,ci);