[vlc-devel] [PATCH] codec: vpx: Detect libvpx 1.8.0 and, if detected, use fewer frame formats in the chroma_table

Steve Lhomme robux4 at ycbcr.xyz
Tue Feb 12 08:38:26 CET 2019


Hi,

Currently the contribs have 1.7.0. Does that mean the newer libvpx 
supports less chroma formats ?

On 11/02/2019 16:07, Danny Milosavljevic wrote:
>
> vlc-3.0.6-fix-libvlx-1.8.0-bindings.patch
>
> --- vlc-3.0.6/modules/codec/vpx.c.orig	2019-02-11 14:58:17.425370043 +0100
> +++ vlc-3.0.6/modules/codec/vpx.c	2019-02-11 14:58:18.733372899 +0100
> @@ -116,6 +116,7 @@
>       { VLC_CODEC_I440, VPX_IMG_FMT_I440, 8, 0 },
>   
>       { VLC_CODEC_YV12, VPX_IMG_FMT_YV12, 8, 0 },
> +#if VPX_IMAGE_ABI_VERSION < 5
>       { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 },
>       { VLC_CODEC_YUYV, VPX_IMG_FMT_YUY2, 8, 0 },
>       { VLC_CODEC_UYVY, VPX_IMG_FMT_UYVY, 8, 0 },
> @@ -128,7 +129,7 @@
>   
>       { VLC_CODEC_ARGB, VPX_IMG_FMT_ARGB, 8, 0 },
>       { VLC_CODEC_BGRA, VPX_IMG_FMT_ARGB_LE, 8, 0 },
> -
> +#endif
>       { VLC_CODEC_GBR_PLANAR, VPX_IMG_FMT_I444, 8, 1 },
>       { VLC_CODEC_GBR_PLANAR_10L, VPX_IMG_FMT_I44416, 10, 1 },
>   
>
> _______________________________________________
> 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