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
a8625d7a
Commit
a8625d7a
authored
Apr 14, 2010
by
Erwan Tulou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help: fix comma wrongly stated when colon is actually the right delimiter
parent
db056dd9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/stream_out/transcode/transcode.c
modules/stream_out/transcode/transcode.c
+3
-3
src/libvlc-module.c
src/libvlc-module.c
+1
-1
No files found.
modules/stream_out/transcode/transcode.c
View file @
a8625d7a
...
...
@@ -78,7 +78,7 @@
#define VFILTER_TEXT N_("Video filter")
#define VFILTER_LONGTEXT N_( \
"Video filters will be applied to the video streams (after overlays " \
"are applied). You
must enter a comma
-separated list of filters." )
"are applied). You
can enter a colon
-separated list of filters." )
#define AENC_TEXT N_("Audio encoder")
#define AENC_LONGTEXT N_( \
...
...
@@ -102,7 +102,7 @@
#define AFILTER_TEXT N_("Audio filter")
#define AFILTER_LONGTEXT N_( \
"Audio filters will be applied to the audio streams (after conversion " \
"filters are applied). You
must enter a comma
-separated list of filters." )
"filters are applied). You
can enter a colon
-separated list of filters." )
#define SENC_TEXT N_("Subtitles encoder")
#define SENC_LONGTEXT N_( \
...
...
@@ -116,7 +116,7 @@
#define SFILTER_LONGTEXT N_( \
"This allows you to add overlays (also known as \"subpictures\" on the "\
"transcoded video stream. The subpictures produced by the filters will "\
"be overlayed directly onto the video. You
must specify a comma
-separated "\
"be overlayed directly onto the video. You
can specify a colon
-separated "\
"list of subpicture modules" )
#define OSD_TEXT N_("OSD menu")
...
...
src/libvlc-module.c
View file @
a8625d7a
...
...
@@ -179,7 +179,7 @@ static const char *const ppsz_snap_formats[] =
#define EXTRAINTF_LONGTEXT N_( \
"You can select \"additional interfaces\" for VLC. " \
"They will be launched in the background in addition to the default " \
"interface. Use a co
mma
separated list of interface modules. (common " \
"interface. Use a co
lon
separated list of interface modules. (common " \
"values are \"rc\" (remote control), \"http\", \"gestures\" ...)")
#define CONTROL_TEXT N_("Control interfaces")
...
...
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