shithub: libvpx

Download patch

ref: bbf8971a282a0355785061eb446e8bcf8c9426ed
parent: 0cca5dd8d7bbeb001544d81ccf2112d9f52e7f87
author: Frank Galligan <fgalligan@google.com>
date: Wed Apr 9 04:48:44 EDT 2014

Fix TODO typo

Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200

--- 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;