[vlc-devel] [RFC PATCH 17/17] spdif: set "spdif" option true by default
Thomas Guillem
thomas at gllm.fr
Mon Jul 25 17:24:06 CEST 2016
---
modules/codec/spdif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/spdif.c b/modules/codec/spdif.c
index 78e892a..4eab08a 100644
--- a/modules/codec/spdif.c
+++ b/modules/codec/spdif.c
@@ -40,7 +40,7 @@ vlc_module_begin ()
set_description( N_("S/PDIF pass-throught decoder") )
set_capability( "decoder", 100 )
set_callbacks( OpenDecoder, NULL )
- add_bool( "spdif", false, SPDIF_TEXT, SPDIF_LONGTEXT, false )
+ add_bool( "spdif", true, SPDIF_TEXT, SPDIF_LONGTEXT, false )
vlc_module_end ()
static block_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
--
2.8.1
More information about the vlc-devel
mailing list