Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
938b3718
Commit
938b3718
authored
Dec 15, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
o.O (refs [13767])
parent
a1a819ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access_output/udp.c
modules/access_output/udp.c
+2
-2
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+2
-2
No files found.
modules/access_output/udp.c
View file @
938b3718
...
...
@@ -77,8 +77,8 @@ static void Close( vlc_object_t * );
"Allows you to modify the default caching value for UDP streams. This " \
"value should be set in millisecond units." )
#define TTL_TEXT N_("Time-To-Live")
#define TTL_LONGTEXT N_("Allows you to define the
time to l
ive of the " \
#define TTL_TEXT N_("Time-To-Live
(TTL)
")
#define TTL_LONGTEXT N_("Allows you to define the
Time-To-L
ive of the " \
"outgoing stream.")
#define GROUP_TEXT N_("Group packets")
...
...
modules/stream_out/rtp.c
View file @
938b3718
...
...
@@ -77,9 +77,9 @@
#define PORT_VIDEO_LONGTEXT N_( \
"Allows you to specify the default video port used for the RTP streaming." )
#define TTL_TEXT N_("Time-To-Live")
#define TTL_TEXT N_("Time-To-Live
(TTL)
")
#define TTL_LONGTEXT N_( \
"Allows you to specify the
time to l
ive for the output stream." )
"Allows you to specify the
Time-To-L
ive for the output stream." )
static
int
Open
(
vlc_object_t
*
);
static
void
Close
(
vlc_object_t
*
);
...
...
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