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
a0943c6c
Commit
a0943c6c
authored
Aug 23, 2009
by
Jan Gerber
Browse files
init vorbis_comment
parent
95c28b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ffmpeg2theora.c
View file @
a0943c6c
...
...
@@ -2059,7 +2059,8 @@ int main(int argc, char **argv) {
}
// set some variables;
init_info
(
&
info
);
theora_comment_init
(
&
info
.
tc
);
th_comment_init
(
&
info
.
tc
);
vorbis_comment_init
(
&
info
.
vc
);
while
((
c
=
getopt_long
(
argc
,
argv
,
optstring
,
options
,
&
long_option_index
))
!=
EOF
)
{
switch
(
c
)
...
...
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