Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
5d43e7f0
Commit
5d43e7f0
authored
May 12, 2014
by
Ghislain MARY
Browse files
Fix the --interactive option of the mediastream tool.
parent
cc4c03ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/mediastream.c
View file @
5d43e7f0
...
...
@@ -507,7 +507,6 @@ bool_t parse_args(int argc, char** argv, MediastreamDatas* out) {
return
FALSE
;
}
}
else
if
(
strcmp
(
argv
[
i
],
"--interactive"
)
==
0
){
i
++
;
out
->
interactive
=
TRUE
;
}
else
if
(
strcmp
(
argv
[
i
],
"--help"
)
==
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