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
9d06f7fa
Commit
9d06f7fa
authored
May 28, 2007
by
Conrad Parker
Browse files
fix specification of short option -k (no argument), closes ticket:1167
parent
2f9a5c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ffmpeg2theora.c
View file @
9d06f7fa
...
...
@@ -1059,7 +1059,7 @@ int main (int argc, char **argv){
AVFormatParameters
*
formatParams
=
NULL
;
int
c
,
long_option_index
;
const
char
*
optstring
=
"P:o:k
:
f:F:x:y:v:V:a:A:S:K:d:H:c:G:Z:C:B:p:N:s:e:D:h::"
;
const
char
*
optstring
=
"P:o:kf:F:x:y:v:V:a:A:S:K:d:H:c:G:Z:C:B:p:N:s:e:D:h::"
;
struct
option
options
[]
=
{
{
"pid"
,
required_argument
,
NULL
,
'P'
},
{
"output"
,
required_argument
,
NULL
,
'o'
},
...
...
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