Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
f8476424
Commit
f8476424
authored
Jun 30, 2014
by
hkuang
Committed by
Gerrit Code Review
Jun 30, 2014
Browse files
Merge "Fix a bug in VP9Worker which leads to unit test hang."
parents
dee5782f
34b2ce15
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_thread.c
View file @
f8476424
...
...
@@ -107,6 +107,7 @@ int vp9_worker_reset(VP9Worker* const worker) {
}
void
vp9_worker_execute
(
VP9Worker
*
const
worker
)
{
worker
->
had_error
=
0
;
if
(
worker
->
hook
!=
NULL
)
{
worker
->
had_error
|=
!
worker
->
hook
(
worker
->
data1
,
worker
->
data2
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment