[vlc-devel] [PATCH 3/9] aout: VLC_CODEC_EAC3 is a S/PDIF format
Rémi Denis-Courmont
remi at remlab.net
Thu Sep 1 11:33:42 CEST 2016
Le torstaina 1. syyskuuta 2016, 10.54.10 EEST Thomas Guillem a écrit :
> ---
> include/vlc_aout.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/vlc_aout.h b/include/vlc_aout.h
> index b6e3ea6..ecc2475 100644
> --- a/include/vlc_aout.h
> +++ b/include/vlc_aout.h
> @@ -76,7 +76,8 @@
> #define AOUT_FMT_SPDIF( p_format ) \
> ( ((p_format)->i_format == VLC_CODEC_SPDIFL) \
>
> || ((p_format)->i_format == VLC_CODEC_SPDIFB) \
>
> - || ((p_format)->i_format == VLC_CODEC_A52) \
> + || ((p_format)->i_format == VLC_CODEC_A52) \
> + || ((p_format)->i_format == VLC_CODEC_EAC3) \
>
> || ((p_format)->i_format == VLC_CODEC_DTS) )
>
> /* Values used for the audio-channels object variable */
OK, but the patch order probably breaks git-bisect.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list