Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
d163757d
Commit
d163757d
authored
Feb 24, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove abusive line feeds to fix vlc --help-verbose --advanced -H layout.
parent
cd737e8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/libvlc.h
src/libvlc.h
+7
-7
No files found.
src/libvlc.h
View file @
d163757d
...
...
@@ -50,13 +50,13 @@ static char *ppsz_snap_formats[] =
*****************************************************************************/
#define INTF_CAT_LONGTEXT N_( \
"These options allow you to configure the interfaces used by VLC.
\n
" \
"These options allow you to configure the interfaces used by VLC.
" \
"You can select the main interface, additional " \
"interface modules, and define various related options." )
#define INTF_TEXT N_("Interface module")
#define INTF_LONGTEXT N_( \
"This option allows you to select the interface used by VLC.
\n
" \
"This option allows you to select the interface used by VLC.
" \
"The default behavior is to automatically select the best module " \
"available.")
...
...
@@ -108,7 +108,7 @@ static char *ppsz_snap_formats[] =
#define AOUT_CAT_LONGTEXT N_( \
"These options allow you to modify the behavior of the audio " \
"subsystem, and to add audio filters which can be used for " \
"post processing or visual effects (spectrum analyzer, etc.).
\n
" \
"post processing or visual effects (spectrum analyzer, etc.).
" \
"Enable these filters here, and configure them in the \"audio filters\" " \
"modules section.")
...
...
@@ -390,14 +390,14 @@ static char *ppsz_clock_descriptions[] =
#define INPUT_PROGRAM_TEXT N_("Program to select")
#define INPUT_PROGRAM_LONGTEXT N_( \
"Choose the program to select by giving its Service ID.
\n
" \
"Choose the program to select by giving its Service ID.
" \
"Only use this option if you want to read a multi-program stream " \
"(like DVB streams for example)." )
#define INPUT_PROGRAMS_TEXT N_("Programs to select")
#define INPUT_PROGRAMS_LONGTEXT N_( \
"Choose the programs to select by giving a comma-separated list of " \
"SIDs.
\n
" \
"SIDs.
" \
"Only use this option if you want to read a multi-program stream " \
"(like DVB streams for example)." )
...
...
@@ -672,7 +672,7 @@ static char *ppsz_clock_descriptions[] =
"this lets you set the fixed interval between SAP announcements" )
#define CPU_CAT_LONGTEXT N_( \
"These options allow you to enable special CPU optimizations.
\n
" \
"These options allow you to enable special CPU optimizations.
" \
"You should always leave all these enabled." )
#define FPU_TEXT N_("Enable FPU support")
...
...
@@ -825,7 +825,7 @@ static char *ppsz_clock_descriptions[] =
#define HPRIORITY_LONGTEXT N_( \
"Increasing the priority of the process will very likely improve your " \
"playing experience as it allows VLC not to be disturbed by other " \
"applications that could otherwise take too much processor time.
\n
" \
"applications that could otherwise take too much processor time.
" \
"However be advised that in certain circumstances (bugs) VLC could take " \
"all the processor time and render the whole system unresponsive which " \
"might require a reboot of your machine.")
...
...
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