Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e9e44b78
Commit
e9e44b78
authored
Apr 12, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Go to new line if there is no option description
parent
9ddb2cef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
modules/access/dtv/access.c
modules/access/dtv/access.c
+1
-1
src/libvlc.c
src/libvlc.c
+1
-0
No files found.
modules/access/dtv/access.c
View file @
e9e44b78
...
...
@@ -302,7 +302,7 @@ vlc_module_begin ()
POLARIZATION_TEXT
,
POLARIZATION_LONGTEXT
,
false
)
change_string_list
(
polarization_vlc
,
polarization_user
,
NULL
)
change_safe
()
add_integer
(
"dvb-voltage"
,
13
,
"
"
,
"
"
,
true
)
add_integer
(
"dvb-voltage"
,
13
,
"
"
,
"
"
,
true
)
change_integer_range
(
0
,
18
)
change_private
()
change_safe
()
...
...
src/libvlc.c
View file @
e9e44b78
...
...
@@ -1663,6 +1663,7 @@ static void Usage( libvlc_int_t *p_this, char const *psz_search )
i_cur_width
=
b_description
&&
!
b_description_hack
?
i_width_description
:
i_width
;
if
(
!*
psz_text
)
strcpy
(
psz_text
,
" "
);
while
(
*
psz_text
)
{
char
*
psz_parser
,
*
psz_word
;
...
...
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