Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.1:Staging:B
vlc
0001-codec-vpx-Detect-libvpx-1.8.0.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-codec-vpx-Detect-libvpx-1.8.0.patch of Package vlc
From 5575fe3eb3fd46bada8662268b74d03493476a84 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic <dannym@scratchpost.org> Date: Mon, 11 Feb 2019 16:07:12 +0100 Subject: [PATCH] codec: vpx: Detect libvpx 1.8.0 and, if detected, use fewer frame formats in the chroma_table Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz> --- modules/codec/vpx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: vlc-3.0.6/modules/codec/vpx.c =================================================================== --- vlc-3.0.6.orig/modules/codec/vpx.c 2018-03-29 14:04:52.000000000 +0200 +++ vlc-3.0.6/modules/codec/vpx.c 2019-02-18 12:14:23.944856133 +0100 @@ -116,6 +116,7 @@ static const struct { 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 @@ static const struct { 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 },
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor