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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/enc_base.h b/firmware/export/enc_base.h
index c7c30d66c0..ba8573a4f1 100644
--- a/firmware/export/enc_base.h
+++ b/firmware/export/enc_base.h
@@ -275,8 +275,6 @@ void enc_set_parameters(struct enc_parameters *params);
275struct enc_chunk_hdr * enc_get_chunk(void); 275struct enc_chunk_hdr * enc_get_chunk(void);
276/* releases the current chunk into the available chunks */ 276/* releases the current chunk into the available chunks */
277void enc_finish_chunk(void); 277void enc_finish_chunk(void);
278/* checks near empty state on pcm input buffer */
279int enc_pcm_buf_near_empty(void);
280 278
281#define PCM_MAX_FEED_SIZE 20000 /* max pcm size passed to encoder */ 279#define PCM_MAX_FEED_SIZE 20000 /* max pcm size passed to encoder */
282 280