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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index 6b44363f8f..e971aaac33 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -26,6 +26,7 @@
26 wouldn't be able to see the difference between 26 wouldn't be able to see the difference between
27 an empty buffer and a full one. */ 27 an empty buffer and a full one. */
28#define MPEG_LOW_WATER 0x60000 28#define MPEG_LOW_WATER 0x60000
29#define MPEG_RECORDING_LOW_WATER 0x80000
29#define MPEG_LOW_WATER_CHUNKSIZE 0x40000 30#define MPEG_LOW_WATER_CHUNKSIZE 0x40000
30#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000 31#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000
31#define MPEG_PLAY_PENDING_THRESHOLD 0x10000 32#define MPEG_PLAY_PENDING_THRESHOLD 0x10000