[VDPAU] [PATCH] Fix incorrect VdpPictureInfo typedef.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Feb 18 14:59:13 PST 2014


On Tue, Feb 18, 2014 at 02:53:52PM -0800, Stephen Warren wrote:
> Reimar Döffinger wrote at Tuesday, February 18, 2014 3:48 PM:
> > VdpPictureInfo should not be a pointer, otherwise the
> > VdpDecoderRender function signature asks for a pointer to a pointer.
> > But it really does expect a pointer directly to e.g. VdpPictureInfoH264.
> 
> If the compiler is happy with a typedef to void, it works for me.

Only tested gcc, but it at least is happy with it and all of MPlayer
and FFmpeg compile fine with that change.


More information about the VDPAU mailing list