[VDPAU] [PATCH] Fix incorrect VdpPictureInfo typedef.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Feb 18 14:51:00 PST 2014
On Tue, Feb 18, 2014 at 11:48:16PM +0100, Reimar Döffinger wrote:
> -typedef void * VdpPictureInfo;
> +typedef void VdpPictureInfo;
This approach should avoid the need for a cast, which seems nicer to me.
Though if you'd prefer an opaque struct instead I don't mind,
I just thought that it might be more confusing without a real benefit.
More information about the VDPAU
mailing list