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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c
index 56c2a799ec..a2248c6437 100644
--- a/apps/codecs/aac.c
+++ b/apps/codecs/aac.c
@@ -91,6 +91,7 @@ next_track:
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_SET_FREQUENCY, (long *)(rb->id3->frequency));
94 codec_set_replaygain(rb->id3);
94 95
95 stream_create(&input_stream,ci); 96 stream_create(&input_stream,ci);
96 97