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