ref: db8af0b0b39501394777d7679e87aa594fb7810a
parent: 038081279986f8f386953aee87997448dfccc5af
parent: bbf8971a282a0355785061eb446e8bcf8c9426ed
author: James Zern <[email protected]>
date: Wed Apr 9 07:29:44 EDT 2014
Merge "Fix TODO typo"
--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -882,7 +882,7 @@
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;