summaryrefslogtreecommitdiff
path: root/apps/mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mpeg.h')
-rw-r--r--apps/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mpeg.h b/apps/mpeg.h
index f5ce613b8d..3aaa990881 100644
--- a/apps/mpeg.h
+++ b/apps/mpeg.h
@@ -32,7 +32,7 @@
32#define MPEG_RECORDING_LOW_WATER 0x80000 32#define MPEG_RECORDING_LOW_WATER 0x80000
33#define MPEG_LOW_WATER_CHUNKSIZE 0x40000 33#define MPEG_LOW_WATER_CHUNKSIZE 0x40000
34#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000 34#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000
35#ifdef HAVE_MMC 35#if (CONFIG_STORAGE & STORAGE_MMC)
36#define MPEG_PLAY_PENDING_THRESHOLD 0x20000 36#define MPEG_PLAY_PENDING_THRESHOLD 0x20000
37#define MPEG_PLAY_PENDING_SWAPSIZE 0x20000 37#define MPEG_PLAY_PENDING_SWAPSIZE 0x20000
38#else 38#else