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
Xiph.Org
aom-rav1e
Commits
67b61c7a
Commit
67b61c7a
authored
Feb 07, 2015
by
hkuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix jenkins unit test failure due to "uninitialised value".
Change-Id: Ief6b526486bc729dcb787358bc0b781f278bdc66
parent
dd27307c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vp9/vp9_dx_iface.c
vp9/vp9_dx_iface.c
+1
-0
No files found.
vp9/vp9_dx_iface.c
View file @
67b61c7a
...
...
@@ -404,6 +404,7 @@ static vpx_codec_err_t init_decoder(vpx_codec_alg_priv_t *ctx) {
frame_worker_data
->
scratch_buffer
=
NULL
;
frame_worker_data
->
scratch_buffer_size
=
0
;
frame_worker_data
->
frame_context_ready
=
0
;
frame_worker_data
->
received_frame
=
0
;
#if CONFIG_MULTITHREAD
if
(
pthread_mutex_init
(
&
frame_worker_data
->
stats_mutex
,
NULL
))
{
set_error_detail
(
ctx
,
"Failed to allocate frame_worker_data mutex"
);
...
...
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