[VDPAU] [PATCH 1/1] Add VP9 decode support in VDPAU API

Philip Langdale philipl at overt.org
Fri Jul 19 06:58:32 UTC 2019


On 2019-07-18 06:59, Manoj Bonda wrote:
>> -----Original Message-----
>> From: Philip Langdale <philipl at overt.org>
>> Sent: Thursday, July 18, 2019 3:49 PM
>> To: Manoj Bonda <mbonda at nvidia.com>
>> Cc: vdpau at lists.freedesktop.org; Aaron Plattner 
>> <aplattner at nvidia.com>;
>> Stephen Warren <swarren at nvidia.com>; Andy Ritger <ARitger at nvidia.com>
>> Subject: Re: [PATCH 1/1] Add VP9 decode support in VDPAU API
>> 
>> On 2019-07-18 00:13, ManojGuptaBonda wrote:
>> > +    unsigned short allowHighPrecisionMv;
>> > +    unsigned short refreshEntropyProbs;
>> > +    unsigned short prevIsKeyFrame;
>> 
>> This field is missing in the nvdec struct. What does it mean?
> [Manoj] This is analogous to last_keyframe in VP9Context in ffmpeg 
> code.
> A field telling whether the previous frame is keyframe or not.
> This can be handled in the driver internally also, but since its
> already available in
> FFmpeg code I used it.

Ok. Fine by me then.

--phil


More information about the VDPAU mailing list