summaryrefslogtreecommitdiff
path: root/firmware/export/enc_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/enc_base.h')
-rw-r--r--firmware/export/enc_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/enc_base.h b/firmware/export/enc_base.h
index c2fbe26d6c..f5dfb65f2a 100644
--- a/firmware/export/enc_base.h
+++ b/firmware/export/enc_base.h
@@ -145,7 +145,7 @@ struct encoder_config
145 struct mp3_enc_config mp3_enc; 145 struct mp3_enc_config mp3_enc;
146 struct wavpack_enc_config wavpack_enc; 146 struct wavpack_enc_config wavpack_enc;
147 struct wav_enc_config wav_enc; 147 struct wav_enc_config wav_enc;
148 }; 148 };
149}; 149};
150 150
151/** Encoder chunk macros and definitions **/ 151/** Encoder chunk macros and definitions **/
@@ -218,7 +218,7 @@ struct enc_file_event_data
218 unsigned long new_num_pcm; /* New number of pcm in chunk */ 218 unsigned long new_num_pcm; /* New number of pcm in chunk */
219 const char *filename; /* filename to open if ENC_START_FILE */ 219 const char *filename; /* filename to open if ENC_START_FILE */
220 int rec_file; /* Current file or < 0 if none */ 220 int rec_file; /* Current file or < 0 if none */
221 unsigned long num_pcm_samples; /* Current pcm sample count written to 221 unsigned long num_pcm_samples; /* Current pcm sample count written to
222 file so far. */ 222 file so far. */
223}; 223};
224 224