Index: source/config/win/ia32/vpx_config.asm |
diff --git a/source/config/win/ia32/vpx_config.asm b/source/config/win/ia32/vpx_config.asm |
index 19a629f50e313bed3d41e20537b4a842602f16cd..31f6f557c247b32ee0f88aa3c0b28bfea36f9230 100644 |
--- a/source/config/win/ia32/vpx_config.asm |
+++ b/source/config/win/ia32/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 |