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
Steve Lhomme
VLC
Commits
c7d27607
Commit
c7d27607
authored
May 31, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2: add v4l shortcut
Anyway V4L1 is dead, so there is no ambiguity.
parent
57d5f3c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/v4l2/v4l2.c
modules/access/v4l2/v4l2.c
+2
-2
No files found.
modules/access/v4l2/v4l2.c
View file @
c7d27607
...
...
@@ -402,12 +402,12 @@ vlc_module_begin ()
add_obsolete_bool
(
CFG_PREFIX
"stereo"
)
add_obsolete_integer
(
CFG_PREFIX
"samplerate"
)
add_shortcut
(
"v4l2"
)
add_shortcut
(
"v4l"
,
"v4l2"
)
set_capability
(
"access_demux"
,
0
)
set_callbacks
(
DemuxOpen
,
DemuxClose
)
add_submodule
()
add_shortcut
(
"v4l2"
,
"v4l2c"
)
add_shortcut
(
"v4l"
,
"v4l2"
,
"v4l2c"
)
set_description
(
N_
(
"Video4Linux2 Compressed A/V"
)
)
set_capability
(
"access"
,
0
)
/* use these when open as access_demux fails; VLC will use another demux */
...
...
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