Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
5d25bed6
Commit
5d25bed6
authored
Jun 03, 2008
by
Jan Gerber
Browse files
only av_free frame_p
parent
7bfa9d4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
5d25bed6
...
...
@@ -970,6 +970,7 @@ void ff2theora_output(ff2theora this) {
if
(
ppContext
)
pp_free_context
(
ppContext
);
if
(
!
info
.
audio_only
)
{
av_free
(
frame_p
);
frame_dealloc
(
output_p
);
frame_dealloc
(
output_tmp_p
);
frame_dealloc
(
output_resized_p
);
...
...
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