git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9cfa5c
)
Revert "Mark "force-dolby-surround" as deprecated"
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 18 Oct 2008 10:06:06 +0000
(12:06 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 18 Oct 2008 10:06:06 +0000
(12:06 +0200)
This reverts commit
bbe5c8e4750a35bf3a5f23914c6181ffec916391
.
src/libvlc-module.c
patch
|
blob
|
history
diff --git
a/src/libvlc-module.c
b/src/libvlc-module.c
index
050756f
..
4974754
100644
(file)
--- a/
src/libvlc-module.c
+++ b/
src/libvlc-module.c
@@
-1464,7
+1464,6
@@
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 );