summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-03-03 01:32:19 +0000
committerJens Arnold <amiconn@rockbox.org>2006-03-03 01:32:19 +0000
commit3187a59f7467cc10371748f0cc17846dddc3c22a (patch)
tree4a87269d11adaf4fb7c67c104b7ab374b28e58fc /apps/plugins/video.c
parentfb7368e12f7e64b66185a2ca27e766e1002880c8 (diff)
downloadrockbox-3187a59f7467cc10371748f0cc17846dddc3c22a.tar.gz
rockbox-3187a59f7467cc10371748f0cc17846dddc3c22a.zip
Ooops. INT_MAX is now visible to plugins, so don't redefine it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8889 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/video.c')
-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