summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/video.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 6ed7036015..53535597c9 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -52,9 +52,6 @@ PLUGIN_HEADER
52#endif 52#endif
53/****************** constants ******************/ 53/****************** constants ******************/
54 54
55#define INT_MAX ((int)(~(unsigned)0 >> 1))
56#define INT_MIN (-INT_MAX-1)
57
58#define SCREENSIZE (LCD_WIDTH*LCD_HEIGHT/8) // in bytes 55#define SCREENSIZE (LCD_WIDTH*LCD_HEIGHT/8) // in bytes
59#define FPS 68 // default fps for headerless (old video-only) file 56#define FPS 68 // default fps for headerless (old video-only) file
60#define MAX_ACC 20 // maximum FF/FR speedup 57#define MAX_ACC 20 // maximum FF/FR speedup