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
5a38551e
Commit
5a38551e
authored
Jul 30, 2011
by
Kaarlo Raiha
Committed by
Rémi Denis-Courmont
Jul 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change brighness to brightness
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
33922127
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/video_filter/adjust.c
modules/video_filter/adjust.c
+1
-1
No files found.
modules/video_filter/adjust.c
View file @
5a38551e
...
@@ -63,7 +63,7 @@ static int AdjustCallback( vlc_object_t *p_this, char const *psz_var,
...
@@ -63,7 +63,7 @@ static int AdjustCallback( vlc_object_t *p_this, char const *psz_var,
#define THRES_TEXT N_("Brightness threshold")
#define THRES_TEXT N_("Brightness threshold")
#define THRES_LONGTEXT N_("When this mode is enabled, pixels will be " \
#define THRES_LONGTEXT N_("When this mode is enabled, pixels will be " \
"shown as black or white. The threshold value will be the brighness " \
"shown as black or white. The threshold value will be the brigh
t
ness " \
"defined below." )
"defined below." )
#define CONT_TEXT N_("Image contrast (0-2)")
#define CONT_TEXT N_("Image contrast (0-2)")
#define CONT_LONGTEXT N_("Set the image contrast, between 0 and 2. Defaults to 1.")
#define CONT_LONGTEXT N_("Set the image contrast, between 0 and 2. Defaults to 1.")
...
...
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