summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/jpeg_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/jpeg_load.c b/apps/recorder/jpeg_load.c
index 34d543b56e..eccd781f9b 100644
--- a/apps/recorder/jpeg_load.c
+++ b/apps/recorder/jpeg_load.c
@@ -2231,7 +2231,7 @@ int read_jpeg_fd(int fd,
2231const size_t JPEG_DECODE_OVERHEAD = 2231const size_t JPEG_DECODE_OVERHEAD =
2232 /* Reserve an arbitrary amount for the decode buffer 2232 /* Reserve an arbitrary amount for the decode buffer
2233 * FIXME: Somebody who knows what they're doing should look at this */ 2233 * FIXME: Somebody who knows what they're doing should look at this */
2234 (32 * 1024) 2234 (38 * 1024)
2235#ifndef JPEG_FROM_MEM 2235#ifndef JPEG_FROM_MEM
2236 /* Unless the struct jpeg is defined statically, we need to allocate 2236 /* Unless the struct jpeg is defined statically, we need to allocate
2237 * it in the bitmap buffer as well */ 2237 * it in the bitmap buffer as well */