Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
bbe5c8e4
Commit
bbe5c8e4
authored
Oct 17, 2008
by
Christophe Mutricy
Browse files
Mark "force-dolby-surround" as deprecated
parent
4addf06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc-module.c
View file @
bbe5c8e4
...
...
@@ -1464,6 +1464,7 @@ vlc_module_begin();
add_bool
(
"spdif"
,
0
,
NULL
,
SPDIF_TEXT
,
SPDIF_LONGTEXT
,
false
);
add_integer
(
"force-dolby-digital"
,
0
,
NULL
,
FORCE_DOLBY_TEXT
,
FORCE_DOLBY_LONGTEXT
,
false
);
add_deprecated_alias
(
"force-dolby-surround"
);
//deprecated since 1.0.0
change_integer_list
(
pi_force_dolby_values
,
ppsz_force_dolby_descriptions
,
NULL
);
add_integer
(
"audio-desync"
,
0
,
NULL
,
DESYNC_TEXT
,
DESYNC_LONGTEXT
,
true
);
...
...
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