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
dbdbf98e
Commit
dbdbf98e
authored
Jan 24, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing white spaces
parent
9f5eaeff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/libvlc-module.c
src/libvlc-module.c
+7
-7
No files found.
src/libvlc-module.c
View file @
dbdbf98e
...
@@ -278,14 +278,14 @@ static const char *const ppsz_snap_formats[] =
...
@@ -278,14 +278,14 @@ static const char *const ppsz_snap_formats[] =
#if !defined( __APPLE__ )
#if !defined( __APPLE__ )
#define AOUT_RESAMP_TEXT N_("High quality audio resampling")
#define AOUT_RESAMP_TEXT N_("High quality audio resampling")
#define AOUT_RESAMP_LONGTEXT N_( \
#define AOUT_RESAMP_LONGTEXT N_( \
"This uses a high quality audio resampling algorithm. High quality "\
"This uses a high quality audio resampling algorithm. High quality "
\
"audio resampling can be processor intensive so you can " \
"audio resampling can be processor intensive so you can " \
"disable it and a cheaper resampling algorithm will be used instead.")
"disable it and a cheaper resampling algorithm will be used instead.")
#endif
#endif
#define DESYNC_TEXT N_("Audio desynchronization compensation")
#define DESYNC_TEXT N_("Audio desynchronization compensation")
#define DESYNC_LONGTEXT N_( \
#define DESYNC_LONGTEXT N_( \
"This delays the audio output. The delay must be given in milliseconds." \
"This delays the audio output. The delay must be given in milliseconds.
" \
"This can be handy if you notice a lag between the video and the audio.")
"This can be handy if you notice a lag between the video and the audio.")
#define MULTICHA_TEXT N_("Audio output channels mode")
#define MULTICHA_TEXT N_("Audio output channels mode")
...
@@ -342,7 +342,7 @@ static const char *const ppsz_force_dolby_descriptions[] = {
...
@@ -342,7 +342,7 @@ static const char *const ppsz_force_dolby_descriptions[] = {
#define AUDIO_TIME_STRETCH_TEXT N_( \
#define AUDIO_TIME_STRETCH_TEXT N_( \
"Enable time streching audio" )
"Enable time streching audio" )
#define AUDIO_TIME_STRETCH_LONGTEXT N_( \
#define AUDIO_TIME_STRETCH_LONGTEXT N_( \
"This allows to play audio at lower or higher speed without" \
"This allows to play audio at lower or higher speed without
" \
"affecting the audio pitch" )
"affecting the audio pitch" )
...
@@ -508,7 +508,7 @@ static const char *const ppsz_pos_descriptions[] =
...
@@ -508,7 +508,7 @@ static const char *const ppsz_pos_descriptions[] =
#define VIDEO_FILTER_TEXT N_("Video filter module")
#define VIDEO_FILTER_TEXT N_("Video filter module")
#define VIDEO_FILTER_LONGTEXT N_( \
#define VIDEO_FILTER_LONGTEXT N_( \
"This adds post-processing filters to enhance the " \
"This adds post-processing filters to enhance the " \
"picture quality, for instance deinterlacing, or distort" \
"picture quality, for instance deinterlacing, or distort
" \
"the video.")
"the video.")
#define SNAP_PATH_TEXT N_("Video snapshot directory (or filename)")
#define SNAP_PATH_TEXT N_("Video snapshot directory (or filename)")
...
@@ -764,7 +764,7 @@ static const char *const ppsz_clock_descriptions[] =
...
@@ -764,7 +764,7 @@ static const char *const ppsz_clock_descriptions[] =
#define INPUT_RECORD_NATIVE_TEXT N_("Prefer native stream recording")
#define INPUT_RECORD_NATIVE_TEXT N_("Prefer native stream recording")
#define INPUT_RECORD_NATIVE_LONGTEXT N_( \
#define INPUT_RECORD_NATIVE_LONGTEXT N_( \
"When possible, the input stream will be recorded instead of using" \
"When possible, the input stream will be recorded instead of using
" \
"the stream output module" )
"the stream output module" )
#define INPUT_TIMESHIFT_PATH_TEXT N_("Timeshift directory")
#define INPUT_TIMESHIFT_PATH_TEXT N_("Timeshift directory")
...
@@ -942,7 +942,7 @@ static const char *const ppsz_clock_descriptions[] =
...
@@ -942,7 +942,7 @@ static const char *const ppsz_clock_descriptions[] =
#define SOUT_TEXT N_("Default stream output chain")
#define SOUT_TEXT N_("Default stream output chain")
#define SOUT_LONGTEXT N_( \
#define SOUT_LONGTEXT N_( \
"You can enter here a default stream output chain. Refer to "\
"You can enter here a default stream output chain. Refer to "\
"the documentation to learn how to build such chains." \
"the documentation to learn how to build such chains.
" \
"Warning: this chain will be enabled for all streams." )
"Warning: this chain will be enabled for all streams." )
#define SOUT_ALL_TEXT N_("Enable streaming of all ES")
#define SOUT_ALL_TEXT N_("Enable streaming of all ES")
...
@@ -2722,7 +2722,7 @@ vlc_module_begin ()
...
@@ -2722,7 +2722,7 @@ vlc_module_begin ()
N_("print a list of available modules with extra detail")
N_("print a list of available modules with extra detail")
#define MODULE_TEXT \
#define MODULE_TEXT \
N_("print help on a specific module (can be combined with --advanced " \
N_("print help on a specific module (can be combined with --advanced " \
"and --help-verbose). Prefix the module name with = for strict" \
"and --help-verbose). Prefix the module name with = for strict
" \
"matches.")
"matches.")
#define IGNORE_CONFIG_TEXT \
#define IGNORE_CONFIG_TEXT \
N_("no configuration option will be loaded nor saved to config file")
N_("no configuration option will be loaded nor saved to config file")
...
...
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