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
ffmpeg2theora
Commits
0eb86899
Commit
0eb86899
authored
Aug 02, 2009
by
oggk
Browse files
fix crash in two-pass (clearing what was not initialized)
parent
1026ae95
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/theorautils.c
View file @
0eb86899
...
...
@@ -1022,11 +1022,13 @@ void oggmux_close (oggmux_info *info) {
th_comment_clear
(
&
info
->
tc
);
#ifdef HAVE_KATE
for
(
n
=
0
;
n
<
info
->
n_kate_streams
;
++
n
)
{
if
(
info
->
with_kate
&&
info
->
passno
!=
1
)
{
for
(
n
=
0
;
n
<
info
->
n_kate_streams
;
++
n
)
{
ogg_stream_clear
(
&
info
->
kate_streams
[
n
].
ko
);
kate_comment_clear
(
&
info
->
kate_streams
[
n
].
kc
);
kate_info_clear
(
&
info
->
kate_streams
[
n
].
ki
);
kate_clear
(
&
info
->
kate_streams
[
n
].
k
);
}
}
#endif
...
...
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