aboutsummaryrefslogtreecommitdiffstats
path: root/o3000.c
diff options
context:
space:
mode:
Diffstat (limited to 'o3000.c')
-rw-r--r--o3000.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/o3000.c b/o3000.c
index 16b355f..89e6299 100644
--- a/o3000.c
+++ b/o3000.c
@@ -255,15 +255,8 @@ or a transfer may contain several frames.
/**
- * Maximum image size ever expected.
- *
- * @note The size must be a multiple of 512 bytes!
- */
-#define MAX_IMAGE_SIZE (1280*964*2+IMAGE_HEADER_SIZE)
-
-/**
* Minimum video cache size.
- * It's the double of the maximum image size ever expected.
+ * It's equal to the maximum image size which would appear.
*/
#define MIN_VIDEO_CACHE_SIZE (MAX_IMAGE_SIZE)