summaryrefslogtreecommitdiff
path: root/test/byte_alignment_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/byte_alignment_test.cc')
-rw-r--r--test/byte_alignment_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/byte_alignment_test.cc b/test/byte_alignment_test.cc
index aa4b78b9a..3a808b046 100644
--- a/test/byte_alignment_test.cc
+++ b/test/byte_alignment_test.cc
@@ -21,14 +21,14 @@
namespace {
+#if CONFIG_WEBM_IO
+
const int kLegacyByteAlignment = 0;
const int kLegacyYPlaneByteAlignment = 32;
const int kNumPlanesToCheck = 3;
const char kVP9TestFile[] = "vp90-2-02-size-lf-1920x1080.webm";
const char kVP9Md5File[] = "vp90-2-02-size-lf-1920x1080.webm.md5";
-#if CONFIG_WEBM_IO
-
struct ByteAlignmentTestParam {
int byte_alignment;
vpx_codec_err_t expected_value;