summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 955d598c54..11f4ba6c0c 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -28,6 +28,7 @@
28#include "thread.h" 28#include "thread.h"
29#include "panic.h" 29#include "panic.h"
30#include "file.h" 30#include "file.h"
31#include "settings.h"
31 32
32#define MPEG_STACK_SIZE 0x2000 33#define MPEG_STACK_SIZE 0x2000
33#define MPEG_CHUNKSIZE 0x20000 34#define MPEG_CHUNKSIZE 0x20000