summaryrefslogtreecommitdiff
path: root/test/test_vectors.h
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-03-22 14:13:14 -0700
committerJames Zern <jzern@google.com>2014-03-25 15:23:23 -0700
commit5221e919d1848aa4c238b6cc3ad15161d1a2c123 (patch)
tree78b8cb7ea9d0de84663ac07b224a64b939deb2e9 /test/test_vectors.h
parent72d431b69f676b5ba0f37dbeca11eeaa3cfd981c (diff)
downloadlibvpx-5221e919d1848aa4c238b6cc3ad15161d1a2c123.tar
libvpx-5221e919d1848aa4c238b6cc3ad15161d1a2c123.tar.gz
libvpx-5221e919d1848aa4c238b6cc3ad15161d1a2c123.tar.bz2
libvpx-5221e919d1848aa4c238b6cc3ad15161d1a2c123.zip
tests: use consistent case for VP[89]
Vp[89] -> VP[89] Change-Id: Ib5863444c0c022cc51e2f160ecea92ca157fdf1d
Diffstat (limited to 'test/test_vectors.h')
-rw-r--r--test/test_vectors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_vectors.h b/test/test_vectors.h
index d5ecc96d6..de961deea 100644
--- a/test/test_vectors.h
+++ b/test/test_vectors.h
@@ -16,14 +16,14 @@
namespace libvpx_test {
#if CONFIG_VP8_DECODER
-const int kNumVp8TestVectors = 62;
-extern const char *kVP8TestVectors[kNumVp8TestVectors];
+const int kNumVP8TestVectors = 62;
+extern const char *kVP8TestVectors[kNumVP8TestVectors];
#endif
#if CONFIG_VP9_DECODER
-const int kNumVp9TestVectors = 223;
+const int kNumVP9TestVectors = 223;
-extern const char *kVP9TestVectors[kNumVp9TestVectors];
+extern const char *kVP9TestVectors[kNumVP9TestVectors];
#endif // CONFIG_VP9_DECODER
} // namespace libvpx_test