summaryrefslogtreecommitdiff
path: root/apps/codecs/wav64.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wav64.c')
-rw-r--r--apps/codecs/wav64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wav64.c b/apps/codecs/wav64.c
index f70fb53ba4..1913dafe5c 100644
--- a/apps/codecs/wav64.c
+++ b/apps/codecs/wav64.c
@@ -173,7 +173,7 @@ enum codec_status codec_main(void)
173 uint64_t size; 173 uint64_t size;
174 174
175 /* Generic codec initialisation */ 175 /* Generic codec initialisation */
176 ci->configure(DSP_SET_SAMPLE_DEPTH, PCM_OUTPUT_DEPTH); 176 ci->configure(DSP_SET_SAMPLE_DEPTH, PCM_OUTPUT_DEPTH-1);
177 177
178next_track: 178next_track:
179 if (codec_init()) { 179 if (codec_init()) {