[vlc-devel] [PATCH] audiounit: Add missing mute report
Thomas Guillem
thomas at gllm.fr
Tue Sep 11 16:49:33 CEST 2018
LGTM
On Tue, Sep 11, 2018, at 16:35, Hugo Beauzée-Luyssen wrote:
> ---
> modules/audio_output/audiounit_ios.m | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/modules/audio_output/audiounit_ios.m b/modules/
> audio_output/audiounit_ios.m
> index e449f6e2eb..2dac2e3ed9 100644
> --- a/modules/audio_output/audiounit_ios.m
> +++ b/modules/audio_output/audiounit_ios.m
> @@ -432,6 +432,7 @@ MuteSet(audio_output_t *p_aout, bool mute)
> if (mute)
> ca_Flush(p_aout, false);
> }
> + aout_MuteReport( p_aout, mute );
>
> return VLC_SUCCESS;
> }
> --
> 2.18.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list