Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e96986fe
Commit
e96986fe
authored
Aug 28, 2004
by
zorglub
Browse files
s/access/access2
parent
fbc79bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dvb/access.c
View file @
e96986fe
...
...
@@ -170,7 +170,7 @@ vlc_module_begin();
add_integer
(
"dvb-hierarchy"
,
0
,
NULL
,
HIERARCHY_TEXT
,
HIERARCHY_LONGTEXT
,
VLC_TRUE
);
set_capability
(
"access"
,
0
);
set_capability
(
"access
2
"
,
0
);
add_shortcut
(
"dvb"
);
add_shortcut
(
"dvb-s"
);
add_shortcut
(
"qpsk"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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