Chromium Code Reviews| Index: source/libvpx/test/test_vectors.h |
| =================================================================== |
| --- source/libvpx/test/test_vectors.h (revision 251189) |
| +++ source/libvpx/test/test_vectors.h (working copy) |
| @@ -22,9 +22,9 @@ |
| #if CONFIG_VP9_DECODER |
| #if CONFIG_NON420 |
| +const int kNumVp9TestVectors = 217; |
| +#else |
| const int kNumVp9TestVectors = 216; |
| -#else |
| -const int kNumVp9TestVectors = 215; |
| #endif |
| extern const char *kVP9TestVectors[kNumVp9TestVectors]; |