ref: a4bb5f2a29fc925f0fd033490c1c8ecb54e502c3
parent: dc0f0f1cf2eacb16787ff168f1bd750c93951454
parent: 15c839f5632f09663ee48c29272c7dd9f56e8651
author: James Zern <[email protected]>
date: Fri Jun 12 18:13:37 EDT 2015
Merge "decode_tiles_mt: remove incorrect TODO"
--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -1457,8 +1457,6 @@
if (pbi->num_tile_workers == 0) {
const int num_threads = pbi->max_threads & ~1;
int i;
- // TODO(jzern): Allocate one less worker, as in the current code we only
- // use num_threads - 1 workers.
CHECK_MEM_ERROR(cm, pbi->tile_workers,
vpx_malloc(num_threads * sizeof(*pbi->tile_workers)));
// Ensure tile data offsets will be properly aligned. This may fail on