Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
63c55b2d
Commit
63c55b2d
authored
Dec 04, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix various preferences typos
parent
303de67a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
modules/audio_filter/resampler/src.c
modules/audio_filter/resampler/src.c
+1
-1
modules/codec/schroedinger.c
modules/codec/schroedinger.c
+1
-1
modules/demux/image.c
modules/demux/image.c
+2
-2
modules/demux/ts.c
modules/demux/ts.c
+1
-1
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+1
-1
No files found.
modules/audio_filter/resampler/src.c
View file @
63c55b2d
...
...
@@ -31,7 +31,7 @@
#define SRC_CONV_TYPE_TEXT N_("Sample rate converter type")
#define SRC_CONV_TYPE_LONGTEXT N_( \
"Different resampling algorithm are supported. " \
"Different resampling algorithm
s
are supported. " \
"The best one is slower, while the fast one exhibits low quality.")
static
const
int
conv_type_values
[]
=
{
SRC_SINC_BEST_QUALITY
,
SRC_SINC_MEDIUM_QUALITY
,
SRC_SINC_FASTEST
,
...
...
modules/codec/schroedinger.c
View file @
63c55b2d
...
...
@@ -127,7 +127,7 @@ static const char *enc_gop_structure_list_text[] = {
#define ENC_AU_DISTANCE "gop-length"
#define ENC_AU_DISTANCE_TEXT N_("GOP length")
#define ENC_AU_DISTANCE_LONGTEXT N_("Number of pictures between successive sequen
en
ce headers i.e. length of the group of pictures")
#define ENC_AU_DISTANCE_LONGTEXT N_("Number of pictures between successive sequence headers i.e. length of the group of pictures")
#define ENC_PREFILTER "filtering"
...
...
modules/demux/image.c
View file @
63c55b2d
...
...
@@ -57,9 +57,9 @@ static void Close(vlc_object_t *);
"If non empty and image-decode is true, the image will be " \
"converted to the specified chroma.")
#define DURATION_TEXT N_("Duration in second")
#define DURATION_TEXT N_("Duration in second
s
")
#define DURATION_LONGTEXT N_( \
"Duration in second before simulating an end of file. " \
"Duration in second
s
before simulating an end of file. " \
"A negative value means an unlimited play time.")
#define FPS_TEXT N_("Frame rate")
...
...
modules/demux/ts.c
View file @
63c55b2d
...
...
@@ -141,7 +141,7 @@ static void Close ( vlc_object_t * );
#define SEEK_PERCENT_TEXT N_("Seek based on percent not time")
#define SEEK_PERCENT_LONGTEXT N_( \
"Seek and position based on a percent byte position, not a PCR generated " \
"time position. If seeking doesn't work propery, turn on this option." )
"time position. If seeking doesn't work proper
t
y, turn on this option." )
vlc_module_begin
()
...
...
modules/gui/qt4/qt4.cpp
View file @
63c55b2d
...
...
@@ -163,7 +163,7 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
#define QT_BGCONE_TEXT N_( "Display background cone or art" )
#define QT_BGCONE_LONGTEXT N_( "Display background cone or current album art " \
"when not playing." \
"when not playing.
" \
"Can be disabled to prevent burning screen." )
#define QT_BGCONE_EXPANDS_TEXT N_( "Expanding background cone or art." )
#define QT_BGCONE_EXPANDS_LONGTEXT N_( "Background art fits window's size" )
...
...
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