[vlc-devel] [PATCH 3/9] aout: VLC_CODEC_EAC3 is a S/PDIF format
Thomas Guillem
thomas at gllm.fr
Thu Sep 1 11:40:05 CEST 2016
On Thu, Sep 1, 2016, at 11:34, Rémi Denis-Courmont wrote:
> Le torstaina 1. syyskuuta 2016, 12.33.42 EEST Rémi Denis-Courmont a écrit
> :
> > 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.
>
> Ah, I meant patch 4 not patch 3.
Indeed, this patch need to be the last one.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
> _______________________________________________
> 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