[vlc-devel] [PATCH 3/4] Adjusts the scores of other audio filter modules to suit the compressor module

Laurent Aimar fenrir at elivagar.org
Thu Jul 1 19:59:28 CEST 2010


Hi,

On Thu, Jul 01, 2010 at 03:33:01AM -0500, Ronald Wright wrote:
> ---
>  modules/audio_filter/channel_mixer/mono.c    |    2 +-
>  modules/audio_filter/channel_mixer/trivial.c |    2 +-
>  modules/audio_filter/converter/format.c      |    2 +-
>  modules/audio_filter/resampler/ugly.c        |    2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> -    set_capability( "audio filter", 2 )
> +    set_capability( "audio filter", 3 )

 I don't see why you need to change the priority of thoses modules.
The priority of the compressor module (in another patch) should also be equal
to 0. Otherwise it might end up being used without having been selected
explicitly (normvol for example does use 0 as priority).

Regards,

-- 
fenrir



More information about the vlc-devel mailing list