Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
223059b1
Commit
223059b1
authored
Jul 30, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove aliases deprecated since 0.8.2
parent
72149942
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/libvlc-module.c
src/libvlc-module.c
+0
-4
No files found.
src/libvlc-module.c
View file @
223059b1
...
...
@@ -1755,7 +1755,6 @@ vlc_module_begin ()
set_subcategory
(
SUBCAT_VIDEO_VFILTER
)
add_module_list_cat
(
"video-filter"
,
SUBCAT_VIDEO_VFILTER
,
NULL
,
NULL
,
VIDEO_FILTER_TEXT
,
VIDEO_FILTER_LONGTEXT
,
false
)
add_deprecated_alias
(
"filter"
)
/*deprecated since 0.8.2 */
add_module_list_cat
(
"vout-filter"
,
SUBCAT_VIDEO_VFILTER
,
NULL
,
NULL
,
VOUT_FILTER_TEXT
,
VOUT_FILTER_LONGTEXT
,
false
)
#if 0
...
...
@@ -1790,7 +1789,6 @@ vlc_module_begin ()
SUB_PATH_TEXT
,
SUB_PATH_LONGTEXT
,
true
)
add_integer
(
"sub-margin"
,
0
,
NULL
,
SUB_MARGIN_TEXT
,
SUB_MARGIN_LONGTEXT
,
true
)
add_deprecated_alias
(
"spu-margin"
)
/*Deprecated since 0.8.2 */
set_section
(
N_
(
"Overlays"
)
,
NULL
)
add_module_list_cat
(
"sub-filter"
,
SUBCAT_VIDEO_SUBPIC
,
NULL
,
NULL
,
SUB_FILTER_TEXT
,
SUB_FILTER_LONGTEXT
,
false
)
...
...
@@ -1809,11 +1807,9 @@ vlc_module_begin ()
add_integer
(
"audio-track"
,
-
1
,
NULL
,
INPUT_AUDIOTRACK_TEXT
,
INPUT_AUDIOTRACK_LONGTEXT
,
true
)
change_safe
()
add_deprecated_alias
(
"audio-channel"
)
/*deprecated since 0.8.2 */
add_integer
(
"sub-track"
,
-
1
,
NULL
,
INPUT_SUBTRACK_TEXT
,
INPUT_SUBTRACK_LONGTEXT
,
true
)
change_safe
()
add_deprecated_alias
(
"spu-channel"
)
/*deprecated since 0.8.2*/
add_string
(
"audio-language"
,
""
,
NULL
,
INPUT_AUDIOTRACK_LANG_TEXT
,
INPUT_AUDIOTRACK_LANG_LONGTEXT
,
false
)
...
...
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