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
384c053c
Commit
384c053c
authored
Mar 11, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill a warning in mingww32
parent
fe79260a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/stream_out/standard.c
modules/stream_out/standard.c
+4
-4
No files found.
modules/stream_out/standard.c
View file @
384c053c
...
...
@@ -43,8 +43,8 @@
#define MUX_TEXT N_("Output muxer")
#define MUX_LONGTEXT N_( \
"Muxer to use for the stream." )
#define DST_TEXT N_("Output destination")
#define DST_LONGTEXT N_( \
#define D
E
ST_TEXT N_("Output destination")
#define D
E
ST_LONGTEXT N_( \
"Destination (URL) to use for the stream." )
#define NAME_TEXT N_("Session name")
#define NAME_LONGTEXT N_( \
...
...
@@ -96,8 +96,8 @@ vlc_module_begin();
ACCESS_LONGTEXT
,
VLC_FALSE
);
add_string
(
SOUT_CFG_PREFIX
"mux"
,
""
,
NULL
,
MUX_TEXT
,
MUX_LONGTEXT
,
VLC_FALSE
);
add_string
(
SOUT_CFG_PREFIX
"dst"
,
""
,
NULL
,
DST_TEXT
,
DST_LONGTEXT
,
VLC_FALSE
);
add_string
(
SOUT_CFG_PREFIX
"dst"
,
""
,
NULL
,
D
E
ST_TEXT
,
D
E
ST_LONGTEXT
,
VLC_FALSE
);
change_unsafe
();
add_bool
(
SOUT_CFG_PREFIX
"sap"
,
VLC_FALSE
,
NULL
,
SAP_TEXT
,
SAP_LONGTEXT
,
...
...
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