| Index: docs/environment_variables.md
|
| diff --git a/docs/environment_variables.md b/docs/environment_variables.md
|
| index bc5e2f6fdb307b3451bc7fedf7e6f3bbaaa08fe4..5802599e9d3c6d7ed07fb1b705d5b300c9ad8c69 100644
|
| --- a/docs/environment_variables.md
|
| +++ b/docs/environment_variables.md
|
| @@ -22,7 +22,7 @@ By default the cpu is detected and the most advanced form of SIMD is used. But
|
|
|
| # Test Width/Height/Repeat
|
|
|
| -The unittests default to a small image (32x18) to run fast. This can be set by environment variable to test a specific resolutions.
|
| +The unittests default to a small image (128x72) to run fast. This can be set by environment variable to test a specific resolutions.
|
| You can also repeat the test a specified number of iterations, allowing benchmarking and profiling.
|
|
|
| set LIBYUV_WIDTH=1280
|
|
|