Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
938b3718
Commit
938b3718
authored
Dec 15, 2005
by
Felix Paul Kühne
Browse files
o.O (refs [13767])
parent
a1a819ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
t
ime
to l
ive of the " \
#define TTL_TEXT N_("Time-To-Live
(TTL)
")
#define TTL_LONGTEXT N_("Allows you to define the
T
ime
-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
t
ime
to l
ive for the output stream." )
"Allows you to specify the
T
ime
-To-L
ive for the output stream." )
static
int
Open
(
vlc_object_t
*
);
static
void
Close
(
vlc_object_t
*
);
...
...
Write
Preview
Supports
Markdown
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