Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
e96fb7b8
Commit
e96fb7b8
authored
Aug 18, 2012
by
Christoph Miebach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos visible in vlc.pot
Pointed-out-by:
Michał Trzebiatowski
<
hippie_1968@hotmail.com
>
parent
06f34a9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/audio_output/alsa.c
modules/audio_output/alsa.c
+2
-2
modules/video_filter/scene.c
modules/video_filter/scene.c
+1
-1
No files found.
modules/audio_output/alsa.c
View file @
e96fb7b8
...
...
@@ -62,8 +62,8 @@ static void GetDevices (vlc_object_t *, module_config_t *, const char *);
#define AUDIO_DEV_LONGTEXT N_("Audio output device (using ALSA syntax).")
#define AUDIO_CHAN_TEXT N_("Audio output channels")
#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output." \
"If the input has more channels than the output, it will be down-mixed." \
#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output.
" \
"If the input has more channels than the output, it will be down-mixed.
" \
"This parameter is ignored when digital pass-through is active.")
static
const
int
channels
[]
=
{
AOUT_CHAN_CENTER
,
AOUT_CHANS_STEREO
,
AOUT_CHANS_4_0
,
AOUT_CHANS_4_1
,
...
...
modules/video_filter/scene.c
View file @
e96fb7b8
...
...
@@ -77,7 +77,7 @@ static void SavePicture( filter_t *, picture_t * );
"form if replace is not true." )
#define PATH_TEXT N_( "Directory path prefix" )
#define PATH_LONGTEXT N_( "Directory path where images files should be saved." \
#define PATH_LONGTEXT N_( "Directory path where images files should be saved.
" \
"If not set, then images will be automatically saved in " \
"users homedir." )
...
...
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