summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2014-04-09 08:48:44 -0700
committerFrank Galligan <fgalligan@google.com>2014-04-09 08:48:44 -0700
commitbbf8971a282a0355785061eb446e8bcf8c9426ed (patch)
tree9ddefd58c7231ecc7fe735150f4cee2e9b2c34bb
parent0cca5dd8d7bbeb001544d81ccf2112d9f52e7f87 (diff)
downloadlibvpx-bbf8971a282a0355785061eb446e8bcf8c9426ed.tar
libvpx-bbf8971a282a0355785061eb446e8bcf8c9426ed.tar.gz
libvpx-bbf8971a282a0355785061eb446e8bcf8c9426ed.tar.bz2
libvpx-bbf8971a282a0355785061eb446e8bcf8c9426ed.zip
Fix TODO typo
Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200
-rw-r--r--vp9/decoder/vp9_decodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_decodeframe.c b/vp9/decoder/vp9_decodeframe.c
index a9af86d33..022a4296f 100644
--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -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;