aboutsummaryrefslogtreecommitdiff
path: root/mips/vpx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mips/vpx_config.h')
-rw-r--r--mips/vpx_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mips/vpx_config.h b/mips/vpx_config.h
index 1458bf927..4312a9dad 100644
--- a/mips/vpx_config.h
+++ b/mips/vpx_config.h
@@ -91,8 +91,10 @@
#define CONFIG_COEFFICIENT_RANGE_CHECKING 0
#define CONFIG_VP9_HIGHBITDEPTH 0
#define CONFIG_EXPERIMENTAL 0
-#define CONFIG_SIZE_LIMIT 0
+#define CONFIG_SIZE_LIMIT 1
#define CONFIG_SPATIAL_SVC 0
#define CONFIG_FP_MB_STATS 0
#define CONFIG_EMULATE_HARDWARE 0
+#define DECODE_WIDTH_LIMIT 4096
+#define DECODE_HEIGHT_LIMIT 3072
#endif /* VPX_CONFIG_H */