projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cca5dd
)
Fix TODO typo
author
Frank Galligan
<fgalligan@google.com>
Wed, 9 Apr 2014 15:48:44 +0000
(08:48 -0700)
committer
Frank Galligan
<fgalligan@google.com>
Wed, 9 Apr 2014 15:48:44 +0000
(08:48 -0700)
Change-Id: I7a5230852cb24ce22bfe85ea2608cdb4619b5200
vp9/decoder/vp9_decodeframe.c
patch
|
blob
|
history
diff --git
a/vp9/decoder/vp9_decodeframe.c
b/vp9/decoder/vp9_decodeframe.c
index a9af86d3356c2b60bb852a3accff82000027ac76..022a4296f1850f20395c47bb7507086f902401ac 100644
(file)
--- 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(jze
r
n): 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;