Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
libvdpau
U_Support-AV1.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_Support-AV1.patch of Package libvdpau
From da66af25aa327d21179d478f3a6d8c03b6c7f574 Mon Sep 17 00:00:00 2001 From: ManojGuptaBonda <mbonda@nvidia.com> Date: Tue, 8 Feb 2022 23:25:04 +0530 Subject: [PATCH] Add support for AV1 in vdpauinfo --- vdpauinfo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp index 10dbdf3..cf83b4a 100644 --- a/vdpauinfo.cpp +++ b/vdpauinfo.cpp @@ -376,6 +376,9 @@ Desc decoder_profiles[] = { {"HEVC_MAIN_444", VDP_DECODER_PROFILE_HEVC_MAIN_444}, {"HEVC_MAIN_444_10", VDP_DECODER_PROFILE_HEVC_MAIN_444_10}, {"HEVC_MAIN_444_12", VDP_DECODER_PROFILE_HEVC_MAIN_444_12}, +{"AV1_MAIN", VDP_DECODER_PROFILE_AV1_MAIN}, +{"AV1_HIGH", VDP_DECODER_PROFILE_AV1_HIGH}, +{"AV1_PROFESSIONAL", VDP_DECODER_PROFILE_AV1_PROFESSIONAL}, }; const size_t decoder_profile_count = sizeof(decoder_profiles)/sizeof(Desc); -- GitLab
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