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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c
index 37e525e61a..0b27eed472 100644
--- a/apps/codecs/aac.c
+++ b/apps/codecs/aac.c
@@ -145,8 +145,8 @@ next_track:
145 } 145 }
146 146
147#ifdef SBR_DEC 147#ifdef SBR_DEC
148 /* The file uses SBR. */ 148 /* Check for need of special handling for seek/resume and elapsed time. */
149 if (decoder->forceUpSampling) { 149 if (ci->id3->needs_upsampling_correction) {
150 sbr_fac = 2; 150 sbr_fac = 2;
151 } else { 151 } else {
152 sbr_fac = 1; 152 sbr_fac = 1;