shithub: libvpx

Download patch

ref: 46444c268a0ec55e95b84354846a4ab12ab4dc7c
parent: cb8659981d0ca11e259946dd97269ad0a8ee0cb4
parent: d2fdea1079f0e3ffc419502b2c94050606042edf
author: Tom Finegan <tomfinegan@google.com>
date: Thu Dec 19 05:35:41 EST 2013

Merge "test/decode_perf_test: fix msvc build"

--- a/test/decode_perf_test.cc
+++ b/test/decode_perf_test.cc
@@ -29,7 +29,7 @@
 /*
  DecodePerfTest takes a tuple of filename + number of threads to decode with
  */
-typedef std::tr1::tuple<const char *const, unsigned> decode_perf_param_t;
+typedef std::tr1::tuple<const char *, unsigned> decode_perf_param_t;
 
 const decode_perf_param_t kVP9DecodePerfVectors[] = {
   make_tuple("vp90-2-bbb_426x240_tile_1x1_180kbps.webm", 1),