Skip to content
Snippets Groups Projects
Commit bbf8971a authored by Frank Galligan's avatar Frank Galligan
Browse files

Fix TODO typo

Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200
parent 0cca5dd8
No related branches found
No related tags found
No related merge requests found
......@@ -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(jzern): 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment