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
77ef67f7
Commit
77ef67f7
authored
Jun 01, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L2: put default audio-mode value in the value list
Otherwise Qt4 selects another value by default and fails.
parent
ac657299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
modules/access/v4l2.c
modules/access/v4l2.c
+5
-4
No files found.
modules/access/v4l2.c
View file @
77ef67f7
...
@@ -252,12 +252,13 @@ static const int i_iomethod_list[] =
...
@@ -252,12 +252,13 @@ static const int i_iomethod_list[] =
static
const
char
*
const
psz_iomethod_list_text
[]
=
static
const
char
*
const
psz_iomethod_list_text
[]
=
{
N_
(
"AUTO"
),
N_
(
"READ"
),
N_
(
"MMAP"
),
N_
(
"USERPTR"
)
};
{
N_
(
"AUTO"
),
N_
(
"READ"
),
N_
(
"MMAP"
),
N_
(
"USERPTR"
)
};
static
const
int
i_tuner_audio_modes_list
[]
=
static
const
int
i_tuner_audio_modes_list
[]
=
{
{
V4L2_TUNER_MODE_MONO
,
V4L2_TUNER_MODE_STEREO
,
-
1
,
V4L2_TUNER_MODE_MONO
,
V4L2_TUNER_MODE_STEREO
,
V4L2_TUNER_MODE_LANG1
,
V4L2_TUNER_MODE_LANG2
,
V4L2_TUNER_MODE_LANG1
,
V4L2_TUNER_MODE_LANG2
,
V4L2_TUNER_MODE_SAP
,
V4L2_TUNER_MODE_LANG1_LANG2
};
V4L2_TUNER_MODE_SAP
,
V4L2_TUNER_MODE_LANG1_LANG2
};
static
const
char
*
const
psz_tuner_audio_modes_list_text
[]
=
static
const
char
*
const
psz_tuner_audio_modes_list_text
[]
=
{
{
N_
(
"Mono"
),
N_
(
"Unspecified"
),
N_
(
"Mono"
),
N_
(
"Stereo"
),
N_
(
"Stereo"
),
N_
(
"Primary language (Analog TV tuners only)"
),
N_
(
"Primary language (Analog TV tuners only)"
),
N_
(
"Secondary language (Analog TV tuners only)"
),
N_
(
"Secondary language (Analog TV tuners only)"
),
...
...
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