Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
28c751ae
Commit
28c751ae
authored
Apr 02, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing ;
parent
9cb66559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/libvlc.h
src/libvlc.h
+3
-3
No files found.
src/libvlc.h
View file @
28c751ae
...
...
@@ -1280,7 +1280,7 @@ vlc_module_begin();
add_string
(
"bookmarks"
,
NULL
,
NULL
,
BOOKMARKS_TEXT
,
BOOKMARKS_LONGTEXT
,
VLC_TRUE
);
set_section
(
N_
(
"Default devices"
)
,
NULL
)
set_section
(
N_
(
"Default devices"
)
,
NULL
)
;
add_file
(
"dvd"
,
NULL
,
NULL
,
DVD_DEV_TEXT
,
DVD_DEV_LONGTEXT
,
VLC_FALSE
);
...
...
@@ -1301,7 +1301,7 @@ vlc_module_begin();
add_integer
(
"ipv4-timeout"
,
5
*
1000
,
NULL
,
TIMEOUT_TEXT
,
TIMEOUT_LONGTEXT
,
VLC_TRUE
);
set_section
(
N_
(
"Socks proxy"
)
,
NULL
)
set_section
(
N_
(
"Socks proxy"
)
,
NULL
)
;
add_string
(
"socks"
,
NULL
,
NULL
,
SOCKS_SERVER_TEXT
,
SOCKS_SERVER_LONGTEXT
,
VLC_TRUE
);
add_string
(
"socks-user"
,
NULL
,
NULL
,
...
...
@@ -1310,7 +1310,7 @@ vlc_module_begin();
SOCKS_PASS_TEXT
,
SOCKS_PASS_LONGTEXT
,
VLC_TRUE
);
set_section
(
N_
(
"Metadata"
)
,
NULL
)
set_section
(
N_
(
"Metadata"
)
,
NULL
)
;
add_string
(
"meta-title"
,
NULL
,
NULL
,
META_TITLE_TEXT
,
META_TITLE_LONGTEXT
,
VLC_TRUE
);
add_string
(
"meta-author"
,
NULL
,
NULL
,
META_AUTHOR_TEXT
,
...
...
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