summaryrefslogtreecommitdiff
path: root/apps/codecs/aiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/aiff.c')
-rw-r--r--apps/codecs/aiff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/aiff.c b/apps/codecs/aiff.c
index 2e92d9353f..7cb471c432 100644
--- a/apps/codecs/aiff.c
+++ b/apps/codecs/aiff.c
@@ -75,6 +75,8 @@ next_track:
75 75
76 while (!*ci->taginfo_ready) 76 while (!*ci->taginfo_ready)
77 ci->yield(); 77 ci->yield();
78
79 codec_set_replaygain(ci->id3);
78 80
79 /* assume the AIFF header is less than 1024 bytes */ 81 /* assume the AIFF header is less than 1024 bytes */
80 buf = ci->request_buffer(&n, 1024); 82 buf = ci->request_buffer(&n, 1024);