Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
db8af0b0
Commit
db8af0b0
authored
Apr 09, 2014
by
James Zern
Committed by
Gerrit Code Review
Apr 09, 2014
Browse files
Merge "Fix TODO typo"
parents
03808127
bbf8971a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
db8af0b0
...
...
@@ -882,7 +882,7 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
assert
(
tile_rows
==
1
);
(
void
)
tile_rows
;
// TODO(jzen): See if we can remove the restriction of passing in max
// TODO(jze
r
n): See if we can remove the restriction of passing in max
// threads to the decoder.
if
(
pbi
->
num_tile_workers
==
0
)
{
const
int
num_threads
=
pbi
->
oxcf
.
max_threads
&
~
1
;
...
...
Write
Preview
Supports
Markdown
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