shithub: libvpx

Download patch

ref: 47c018930d54312859a5b91e006e8856510d4ba7
parent: d4534704e0df9a96db5988a79b2395441887e897
parent: 14052cd9d847fdb4ecfcc0650c79c511378c89ce
author: Chi Yo Tsai <chiyotsai@google.com>
date: Mon Jan 28 18:14:07 EST 2019

Merge "Fix test case name for yuv_temporal_filter"

--- a/test/yuv_temporal_filter_test.cc
+++ b/test/yuv_temporal_filter_test.cc
@@ -574,7 +574,7 @@
                         ::testing::Values(&vp9_apply_temporal_filter_c));
 
 #if HAVE_SSE4_1
-INSTANTIATE_TEST_CASE_P(SSE4, YUVTemporalFilterTest,
+INSTANTIATE_TEST_CASE_P(SSE4_1, YUVTemporalFilterTest,
                         ::testing::Values(&vp9_apply_temporal_filter_sse4_1));
 #endif  // HAVE_SSE4_1
 }  // namespace