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
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
Show 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 ()
...
@@ -402,12 +402,12 @@ vlc_module_begin ()
add_obsolete_bool
(
CFG_PREFIX
"stereo"
)
add_obsolete_bool
(
CFG_PREFIX
"stereo"
)
add_obsolete_integer
(
CFG_PREFIX
"samplerate"
)
add_obsolete_integer
(
CFG_PREFIX
"samplerate"
)
add_shortcut
(
"v4l2"
)
add_shortcut
(
"v4l
"
,
"v4l
2"
)
set_capability
(
"access_demux"
,
0
)
set_capability
(
"access_demux"
,
0
)
set_callbacks
(
DemuxOpen
,
DemuxClose
)
set_callbacks
(
DemuxOpen
,
DemuxClose
)
add_submodule
()
add_submodule
()
add_shortcut
(
"v4l2"
,
"v4l2c"
)
add_shortcut
(
"v4l
"
,
"v4l
2"
,
"v4l2c"
)
set_description
(
N_
(
"Video4Linux2 Compressed A/V"
)
)
set_description
(
N_
(
"Video4Linux2 Compressed A/V"
)
)
set_capability
(
"access"
,
0
)
set_capability
(
"access"
,
0
)
/* use these when open as access_demux fails; VLC will use another demux */
/* 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