Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
968291f5
Commit
968291f5
authored
Jun 30, 2014
by
James Zern
Committed by
Gerrit Code Review
Jun 30, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Revert "Fix a bug in VP9Worker which leads to unit test hang.""
parents
6c54dbcb
1480ba6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vp9/decoder/vp9_thread.c
vp9/decoder/vp9_thread.c
+0
-1
No files found.
vp9/decoder/vp9_thread.c
View file @
968291f5
...
...
@@ -107,7 +107,6 @@ 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