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
1e15e48a
Commit
1e15e48a
authored
May 26, 2008
by
Jan Gerber
Browse files
add lost else, this time at the right place. thanks ogg.k.ogg.k
parent
5ecf86fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
1e15e48a
...
...
@@ -1708,6 +1708,11 @@ int main (int argc, char **argv){
ks
->
subtitles_language
[
0
]
?
ks
->
subtitles_language
:
"<unknown language>"
,
ks
->
subtitles_category
[
0
]
?
ks
->
subtitles_category
:
"subtitles"
);
}
else
{
ks
->
filename
=
NULL
;
ks
->
num_subtitles
=
0
;
ks
->
subtitles
=
NULL
;
}
}
if
(
av_open_input_file
(
&
convert
->
context
,
inputfile_name
,
input_fmt
,
0
,
formatParams
)
>=
0
){
...
...
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