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
6c481ae0
Commit
6c481ae0
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 coeff to coefficient
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
0a2447ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/video_filter/panoramix.c
modules/video_filter/panoramix.c
+4
-4
No files found.
modules/video_filter/panoramix.c
View file @
6c481ae0
...
...
@@ -99,15 +99,15 @@ vlc_module_begin()
add_bool
(
CFG_PREFIX
"attenuate"
,
true
,
ATTENUATION_TEXT
,
ATTENUATION_LONGTEXT
,
false
)
#define BEGIN_TEXT N_("Attenuation, begin (in %)")
#define BEGIN_LONGTEXT N_("Select in percent the Lagrange coeff of the beginning blended zone")
#define BEGIN_LONGTEXT N_("Select in percent the Lagrange coeff
icient
of the beginning blended zone")
add_integer_with_range
(
CFG_PREFIX
"bz-begin"
,
0
,
0
,
100
,
BEGIN_TEXT
,
BEGIN_LONGTEXT
,
true
)
#define MIDDLE_TEXT N_("Attenuation, middle (in %)")
#define MIDDLE_LONGTEXT N_("Select in percent the Lagrange coeff of the middle of blended zone")
#define MIDDLE_LONGTEXT N_("Select in percent the Lagrange coeff
icient
of the middle of blended zone")
add_integer_with_range
(
CFG_PREFIX
"bz-middle"
,
50
,
0
,
100
,
MIDDLE_TEXT
,
MIDDLE_LONGTEXT
,
false
)
#define END_TEXT N_("Attenuation, end (in %)")
#define END_LONGTEXT N_("Select in percent the Lagrange coeff of the end of blended zone")
#define END_LONGTEXT N_("Select in percent the Lagrange coeff
icient
of the end of blended zone")
add_integer_with_range
(
CFG_PREFIX
"bz-end"
,
100
,
0
,
100
,
END_TEXT
,
END_LONGTEXT
,
true
)
#define MIDDLE_POS_TEXT N_("middle position (in %)")
...
...
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