[vlc-devel] [PATCH] aom: remove unsupported AOM chroma

Alexandre Janniaux ajanni at videolabs.io
Fri Mar 13 11:31:02 CET 2020


Hi,

Ping for merge, it's a bit annoying as it would make the
build fail on Archlinux and some users are starting compiling
VLC for GSoC and don't know what to do regarding this error.

Regards,
--
Alexandre Janniaux
Videolabs

On Fri, Mar 06, 2020 at 09:54:25AM -0500, Tristan Matthews wrote:
> On Fri, Mar 6, 2020 at 6:56 AM Alexandre Janniaux <ajanni at videolabs.io> wrote:
> >
> > Also removed upstream in f1570f0c2f70832dd170285f8de60bd2379c8efa. See
> > the following link:
> >
> > https://aomedia.googlesource.com/aom/+/f1570f0c2f70832dd170285f8de60bd2379c8efa%5E%21/#F0
> > ---
> >  modules/codec/aom.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/modules/codec/aom.c b/modules/codec/aom.c
> > index e4cf5d4ff2..2a0362e26a 100644
> > --- a/modules/codec/aom.c
> > +++ b/modules/codec/aom.c
> > @@ -132,7 +132,6 @@ static const struct
> >      { VLC_CODEC_I444, AOM_IMG_FMT_I444, 8, 0 },
> >
> >      { VLC_CODEC_YV12, AOM_IMG_FMT_YV12, 8, 0 },
> > -    { VLC_CODEC_YUVA, AOM_IMG_FMT_444A, 8, 0 },
> >
> >      { VLC_CODEC_GBR_PLANAR, AOM_IMG_FMT_I444, 8, 1 },
> >      { VLC_CODEC_GBR_PLANAR_10L, AOM_IMG_FMT_I44416, 10, 1 },
> > --
> > 2.25.1
> >
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription options:
> > https://mailman.videolan.org/listinfo/vlc-devel
>
> LGTM.
>
> Best,
> -t
> _______________________________________________
> 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