Skip to content
GitLab
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
8aea3a06
Commit
8aea3a06
authored
Nov 01, 2009
by
Jan Gerber
Browse files
only write index if enabled, fixed #1615
parent
6fb3f653
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
8aea3a06
...
...
@@ -1593,7 +1593,7 @@ void ff2theora_output(ff2theora this) {
}
/* Write the index out to disk. */
if
(
info
.
passno
!=
1
)
{
if
(
info
.
passno
!=
1
&&
info
.
with_seek_index
)
{
write_seek_index
(
&
info
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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