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
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
08db5f95
Commit
08db5f95
authored
Aug 26, 2014
by
Marco
Committed by
Gerrit Code Review
Aug 26, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vp8 fix: deallocate denoiser->yv12_last_source"
parents
270a05a3
f010b772
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vp8/encoder/denoising.c
vp8/encoder/denoising.c
+1
-0
No files found.
vp8/encoder/denoising.c
View file @
08db5f95
...
...
@@ -430,6 +430,7 @@ void vp8_denoiser_free(VP8_DENOISER *denoiser)
vp8_yv12_de_alloc_frame_buffer
(
&
denoiser
->
yv12_running_avg
[
i
]);
}
vp8_yv12_de_alloc_frame_buffer
(
&
denoiser
->
yv12_mc_running_avg
);
vp8_yv12_de_alloc_frame_buffer
(
&
denoiser
->
yv12_last_source
);
vpx_free
(
denoiser
->
denoise_state
);
}
...
...
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