Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
33144db0
Commit
33144db0
authored
Mar 08, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill a warning.
parent
d75350e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+4
-4
No files found.
modules/stream_out/rtp.c
View file @
33144db0
...
...
@@ -64,8 +64,8 @@
* Module descriptor
*****************************************************************************/
#define DST_TEXT N_("Destination")
#define DST_LONGTEXT N_( \
#define D
E
ST_TEXT N_("Destination")
#define D
E
ST_LONGTEXT N_( \
"This is the output URL that will be used." )
#define SDP_TEXT N_("SDP")
#define SDP_LONGTEXT N_( \
...
...
@@ -151,8 +151,8 @@ vlc_module_begin();
set_category
(
CAT_SOUT
);
set_subcategory
(
SUBCAT_SOUT_STREAM
);
add_string
(
SOUT_CFG_PREFIX
"dst"
,
""
,
NULL
,
DST_TEXT
,
DST_LONGTEXT
,
VLC_TRUE
);
add_string
(
SOUT_CFG_PREFIX
"dst"
,
""
,
NULL
,
D
E
ST_TEXT
,
D
E
ST_LONGTEXT
,
VLC_TRUE
);
change_unsafe
();
add_string
(
SOUT_CFG_PREFIX
"sdp"
,
""
,
NULL
,
SDP_TEXT
,
SDP_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