Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Options
Browse Files
Download
Plain Diff
Merge "Fix a bug in VP9Worker which leads to unit test hang."
parents
dee5782f
34b2ce15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vp9/decoder/vp9_thread.c
vp9/decoder/vp9_thread.c
+1
-0
No files found.
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