| Index: source/config/linux/arm-neon-cpu-detect/vpx_config.h
|
| diff --git a/source/config/linux/arm-neon-cpu-detect/vpx_config.h b/source/config/linux/arm-neon-cpu-detect/vpx_config.h
|
| index 1448a0c0322a6eb703c07bb69dfd8a74b67381a0..380e40f1bc3df4c4c6a3494e96fb44781da6d777 100644
|
| --- a/source/config/linux/arm-neon-cpu-detect/vpx_config.h
|
| +++ b/source/config/linux/arm-neon-cpu-detect/vpx_config.h
|
| @@ -95,8 +95,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 16384
|
| +#define DECODE_HEIGHT_LIMIT 16384
|
| #endif /* VPX_CONFIG_H */
|
|
|