summaryrefslogtreecommitdiff
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mpeg.h')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index 51932c5090..bf16a2ac73 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -92,6 +92,8 @@ void mpeg_get_debugdata(struct mpeg_debug *dbgdata);
92void mpeg_set_buffer_margin(int seconds); 92void mpeg_set_buffer_margin(int seconds);
93unsigned int mpeg_error(void); 93unsigned int mpeg_error(void);
94void mpeg_error_clear(void); 94void mpeg_error_clear(void);
95int mpeg_get_file_pos(void);
96unsigned long mpeg_get_last_header(void);
95 97
96/* in order to keep the recording here, I have to expose this */ 98/* in order to keep the recording here, I have to expose this */
97void rec_tick(void); 99void rec_tick(void);