Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
a4196560
Commit
a4196560
authored
Jan 25, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the default for sout-keep to enabled.
parent
9ed0ed0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
NEWS
NEWS
+1
-0
src/libvlc-module.c
src/libvlc-module.c
+1
-1
No files found.
NEWS
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:
--------
...
...
src/libvlc-module.c
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
);
...
...
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