summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index b4b8c9833a..d9bda6b0a6 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -218,6 +218,7 @@ struct codec_api ci = {
218 enc_wavbuf_near_empty, 218 enc_wavbuf_near_empty,
219 enc_get_wav_data, 219 enc_get_wav_data,
220 &enc_set_header_callback, 220 &enc_set_header_callback,
221 44100,
221#endif 222#endif
222 223
223 /* new stuff at the end, sort into place next time 224 /* new stuff at the end, sort into place next time