Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
f010b772
Commit
f010b772
authored
Aug 26, 2014
by
Marco
Browse files
vp8 fix: deallocate denoiser->yv12_last_source
Change-Id: I7f3bc292b1b411e10586f0975143ae996ea78d1d
parent
e735b576
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/denoising.c
View file @
f010b772
...
...
@@ -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
Supports
Markdown
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