Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
392c7c89
Commit
392c7c89
authored
Dec 19, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gettext: use American spelling for neighbor
British spelling shall be in po/en_UK.po.
parent
9b8f1c29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/video_chroma/swscale.c
modules/video_chroma/swscale.c
+1
-1
modules/video_output/placebo_utils.h
modules/video_output/placebo_utils.h
+1
-1
No files found.
modules/video_chroma/swscale.c
View file @
392c7c89
...
...
@@ -61,7 +61,7 @@ static void CloseScaler( vlc_object_t * );
static
const
int
pi_mode_values
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
};
const
char
*
const
ppsz_mode_descriptions
[]
=
{
N_
(
"Fast bilinear"
),
N_
(
"Bilinear"
),
N_
(
"Bicubic (good quality)"
),
N_
(
"Experimental"
),
N_
(
"Nearest neighbo
u
r (bad quality)"
),
N_
(
"Experimental"
),
N_
(
"Nearest neighbor (bad quality)"
),
N_
(
"Area"
),
N_
(
"Luma bicubic / chroma bilinear"
),
N_
(
"Gauss"
),
N_
(
"SincR"
),
N_
(
"Lanczos"
),
N_
(
"Bicubic spline"
)
};
...
...
modules/video_output/placebo_utils.h
View file @
392c7c89
...
...
@@ -265,7 +265,7 @@ static const char * const scale_text[] = {
"Mitchell-Netravali (recommended downscaler)"
,
"Bicubic"
,
"Jinc / EWA Lanczos 3 taps (high quality, slow)"
,
"Nearest neighbo
u
r"
,
"Nearest neighbor"
,
"Bilinear"
,
"Gaussian"
,
"Lanczos 3 taps"
,
...
...
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