Index: source/config/win/x64/vpx_config.asm |
diff --git a/source/config/win/x64/vpx_config.asm b/source/config/win/x64/vpx_config.asm |
index 537fa4834f0909825ce9b69f6d8cdb85c87ae5a5..83db251241023dca076d1a5b107f577ce24eeb3b 100644 |
--- a/source/config/win/x64/vpx_config.asm |
+++ b/source/config/win/x64/vpx_config.asm |
@@ -83,7 +83,9 @@ |
%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 16384 |
+%define DECODE_HEIGHT_LIMIT 16384 |