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
9e4f91d7
Commit
9e4f91d7
authored
Apr 07, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
360p is still low resolution
parent
9ee16e25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/libvlc-module.c
src/libvlc-module.c
+3
-2
No files found.
src/libvlc-module.c
View file @
9e4f91d7
...
...
@@ -739,11 +739,12 @@ static const char *const ppsz_clock_descriptions[] =
"resolution is closest to (but not higher than) this setting, " \
"in number of lines. Use this option if you don't have enough CPU " \
"power or network bandwith to play higher resolutions.")
static
const
int
pi_prefres
[]
=
{
-
1
,
1080
,
720
,
576
,
3
2
0
};
static
const
int
pi_prefres
[]
=
{
-
1
,
1080
,
720
,
576
,
3
60
,
24
0
};
static
const
char
*
const
ppsz_prefres
[]
=
{
N_
(
"Best available"
),
N_
(
"Full HD (1080p)"
),
N_
(
"HD (720p)"
),
N_
(
"Standard Definition (576 or 480 lines)"
),
N_
(
"Low definition (320 lines)"
)
N_
(
"Low Definition (360 lines)"
),
N_
(
"Very Low Definition (240 lines)"
),
};
#define INPUT_REPEAT_TEXT N_("Input repetitions")
...
...
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