[vlc-devel] [PATCH 1/2] vdpau: add vdp_get_gpa

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Thu Jul 20 16:04:16 CEST 2017


On Thu, Jul 20, 2017 at 04:10:27PM +0300, RĂ©mi Denis-Courmont wrote:
> On jeudi 20 juillet 2017 14:33:43 EEST Victorien Le Couviour--Tuffet wrote:
> > Save the VdpGetProcAddress within the instance.
> 
> Nack. We already have, or at least are supposed to have, wrappers for all 
> VDPAU functions (and the interop functions are obtained from GL, not VDPAU).
> 

I'm not using the VdpGPA to retrieve any VDPAU or GL interop functions, but to
intialize the interop. I don't use it directly, I'm just passing it to the
interop init function. According to the documentation I don't have the choice,
I need this. Look for VDPAUInitNV at
https://www.khronos.org/registry/OpenGL/extensions/NV/NV_vdpau_interop.txt in
the New tokens and Errors sections.


More information about the vlc-devel mailing list