[vlc-devel] [RFC PATCH 11/12] a52tofloat32: disable
Thomas Guillem
thomas at gllm.fr
Tue Jul 19 19:36:33 CEST 2016
TODO: move this converter to a decoder.
---
modules/audio_filter/converter/a52tofloat32.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/audio_filter/converter/a52tofloat32.c b/modules/audio_filter/converter/a52tofloat32.c
index d2016bf..ae37076 100644
--- a/modules/audio_filter/converter/a52tofloat32.c
+++ b/modules/audio_filter/converter/a52tofloat32.c
@@ -113,6 +113,7 @@ static int Open( vlc_object_t *p_this, filter_sys_t *p_sys,
const audio_format_t *restrict input,
const audio_format_t *restrict output )
{
+ return VLC_EGENERIC;
p_sys->b_dynrng = var_InheritBool( p_this, "a52-dynrng" );
p_sys->b_dontwarn = 0;
--
2.8.1
More information about the vlc-devel
mailing list