[vlc-devel] [PATCH] contrib: libvpx: Enable VP9 high bit depth

Steve Lhomme robux4 at gmail.com
Fri Sep 23 11:27:05 CEST 2016


Is the 10 bit output format of libvpx already mapped to the VLC pixel formats ?

On Thu, Sep 22, 2016 at 11:59 PM, Vittorio Giovara
<vittorio.giovara at gmail.com> wrote:
> ---
> This should be all that is needed to enable vp9 at 10 bit right?
> Vittorio
>
>  contrib/src/vpx/rules.mak | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
> index b91ad73..6c7ab34 100644
> --- a/contrib/src/vpx/rules.mak
> +++ b/contrib/src/vpx/rules.mak
> @@ -85,7 +85,8 @@ VPX_CONF := \
>         --disable-unit-tests \
>         --disable-install-bins \
>         --disable-install-docs \
> -       --disable-dependency-tracking
> +       --disable-dependency-tracking \
> +       --enable-vp9-highbitdepth
>
>  ifndef BUILD_ENCODERS
>  VPX_CONF += --disable-vp8-encoder --disable-vp9-encoder
> --
> 2.10.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