Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
d2fdea10
Commit
d2fdea10
authored
Dec 18, 2013
by
Tom Finegan
Browse files
test/decode_perf_test: fix msvc build
Change-Id: I46590947dfde0bce727b20c12e3a0a8c27be8433
parent
69384a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/decode_perf_test.cc
View file @
d2fdea10
...
...
@@ -29,7 +29,7 @@ const double kUsecsInSec = 1000000.0;
/*
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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment