Commit bbe5c8e4 authored by Christophe Mutricy's avatar Christophe Mutricy

Mark "force-dolby-surround" as deprecated

parent 4addf06a
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment