[VDPAU] [PATCH 1/1] Add AV1 decode support in VDPAU API
Philip Langdale
philipl at overt.org
Sat Feb 5 21:04:23 UTC 2022
On Sat, 29 Jan 2022 23:56:32 +0530
ManojGuptaBonda <mbonda at nvidia.com> wrote:
> + unsigned int tile_info[256 * 2]; //AV1_MAX_TILES
> = 256 +
What is tile_info? This isn't present in the nvdec parameters, and from
a quick comparison, it's the only difference between what you have here
and what's there.
I'm guessing you have an ffmpeg implementation so you know how to fill
this in?
Everything else matches and so looks reasonable.
--phil
More information about the VDPAU
mailing list