summaryrefslogtreecommitdiff
path: root/libavcodec/pnm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/pnm.h')
-rw-r--r--libavcodec/pnm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pnm.h b/libavcodec/pnm.h
index 5bf2eaa4d9..7e5445f529 100644
--- a/libavcodec/pnm.h
+++ b/libavcodec/pnm.h
@@ -34,7 +34,7 @@ typedef struct PNMContext {
int half;
float scale;
- uint32_t mantissatable[2048];
+ uint32_t mantissatable[3072];
uint32_t exponenttable[64];
uint16_t offsettable[64];
} PNMContext;