summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index 9b7388c544..69bacc5c7b 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -85,7 +85,7 @@ void mpeg_record(char *filename);
85void mpeg_set_recording_options(int frequency, int quality, 85void mpeg_set_recording_options(int frequency, int quality,
86 int source, int channel_mode); 86 int source, int channel_mode);
87void mpeg_set_recording_gain(int left, int right, int mic); 87void mpeg_set_recording_gain(int left, int right, int mic);
88unsigned long mpeg_num_recorded_frames(void); 88unsigned long mpeg_recorded_time(void);
89unsigned long mpeg_num_recorded_bytes(void); 89unsigned long mpeg_num_recorded_bytes(void);
90#endif 90#endif
91void mpeg_get_debugdata(struct mpeg_debug *dbgdata); 91void mpeg_get_debugdata(struct mpeg_debug *dbgdata);