summaryrefslogtreecommitdiff
path: root/firmware/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.h')
-rw-r--r--firmware/mpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/mpeg.h b/firmware/mpeg.h
index 5b3c32819a..2494ae629d 100644
--- a/firmware/mpeg.h
+++ b/firmware/mpeg.h
@@ -27,6 +27,7 @@
an empty buffer and a full one. */
#define MPEG_LOW_WATER 0x60000
#define MPEG_LOW_WATER_CHUNKSIZE 0x40000
+#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000
struct mpeg_debug
{
@@ -45,6 +46,7 @@ struct mpeg_debug
bool dma_underrun;
int unplayed_space;
+ int playable_space;
int unswapped_space;
int low_watermark_level;