Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
12bc8295
Commit
12bc8295
authored
May 27, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LiveHTTP: fix typo
parent
b00498bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/access_output/livehttp.c
modules/access_output/livehttp.c
+1
-1
No files found.
modules/access_output/livehttp.c
View file @
12bc8295
...
@@ -103,7 +103,7 @@ static void Close( vlc_object_t * );
...
@@ -103,7 +103,7 @@ static void Close( vlc_object_t * );
#define RANDOMIV_LONGTEXT N_("Generate IV instead using segment-number as IV")
#define RANDOMIV_LONGTEXT N_("Generate IV instead using segment-number as IV")
#define INTITIAL_SEG_TEXT N_("Number of first segment")
#define INTITIAL_SEG_TEXT N_("Number of first segment")
#define INITIAL_SEG_LONGTEXT N_("The number of the segment
ed
generated")
#define INITIAL_SEG_LONGTEXT N_("The number of the
first
segment generated")
vlc_module_begin
()
vlc_module_begin
()
set_description
(
N_
(
"HTTP Live streaming output"
)
)
set_description
(
N_
(
"HTTP Live streaming output"
)
)
...
...
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