summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 96804a889b..7cd48f65e2 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -303,6 +303,7 @@ struct codec_api {
303 char* (*enc_get_wav_data)(int size); 303 char* (*enc_get_wav_data)(int size);
304 void (**enc_set_header_callback)(void *head_buffer, 304 void (**enc_set_header_callback)(void *head_buffer,
305 int head_size, int num_samples, bool is_file_header); 305 int head_size, int num_samples, bool is_file_header);
306 int sample_rate;
306#endif 307#endif
307 308
308 /* new stuff at the end, sort into place next time 309 /* new stuff at the end, sort into place next time