Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
435
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
a4196560
Commit
a4196560
authored
18 years ago
by
Christophe Mutricy
Browse files
Options
Downloads
Patches
Plain Diff
Change the default for sout-keep to enabled.
parent
9ed0ed0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
src/libvlc-module.c
+1
-1
1 addition, 1 deletion
src/libvlc-module.c
with
2 additions
and
1 deletion
NEWS
+
1
−
0
View file @
a4196560
...
...
@@ -16,6 +16,7 @@ Important notes:
features, we advise you to keep vlc 0.8.6
- Similarly, "Bookmarks" will be reintroduced in an improved version at a
later point
* The default for --sout-keep has changed. It's now activated by default.
Changes:
--------
...
...
This diff is collapsed.
Click to expand it.
src/libvlc-module.c
+
1
−
1
View file @
a4196560
...
...
@@ -1532,7 +1532,7 @@ vlc_module_begin();
add_string
(
"sout"
,
NULL
,
NULL
,
SOUT_TEXT
,
SOUT_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"sout-display"
,
VLC_FALSE
,
NULL
,
SOUT_DISPLAY_TEXT
,
SOUT_DISPLAY_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"sout-keep"
,
VLC_
FALS
E
,
NULL
,
SOUT_KEEP_TEXT
,
add_bool
(
"sout-keep"
,
VLC_
TRU
E
,
NULL
,
SOUT_KEEP_TEXT
,
SOUT_KEEP_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"sout-all"
,
0
,
NULL
,
SOUT_ALL_TEXT
,
SOUT_ALL_LONGTEXT
,
VLC_TRUE
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment